
.ph-nas-container {
    display:flex;
    padding:2.5em 0;
    flex-wrap:wrap;
    background:transparent;
    align-items:center;
    justify-content:space-between;
}

.flexed-container {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
}

.news-title {
    flex:0 0 100%;
    color:#C7271A;
    text-align:center;
}

/*.ph-nas-container .item {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
}*/

.ph-nas-post {
    margin: 15px 0;
    flex: 0 0 32%;
    min-height: 400px;
    box-sizing: border-box;
    background: white;
    padding: 1.5em;
    display: block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.ph-nas-post img {
    width: 100%;
    display: block;
    height: 400px;
        -webkit-transition: 0.15s all ease-in-out; 
    -moz-transition: 0.15s all ease-in-out; 
      -o-transition: 0.15s all ease-in-out; 
         transition: 0.15s all ease-in-out;
}

.ph-nas-post:hover img {
    transform: translateY(-15px);
}

.ph-nas-post:hover h1 {
    color:#ecb426;
    transform: translateY(-5px);
}

.ph-nas-post:hover h4 {
    color:#0062b7;
}

.ph-nas-post h4 {
color: black;
    font-weight: bold;
    text-transform: uppercase;
    line-height: auto;
    font-size: 25px;
    box-sizing: border-box;
    margin: 10px 0;
    z-index: 0;
    position: relative;
    max-width: fit-content;
    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.ph-nas-post span {
    font-size: 14px;
    color: Black;
    margin: 10px 0;
    font-weight: 500;
}

.ph-nas-post p {
font-weight: 400;
    color: black;
    margin: 15px 0;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-line-clamp: 4;
    white-space: break-spaces;
    line-clamp: 4;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-transition: 0.15s all ease-in-out;
    -moz-transition: 0.15s all ease-in-out;
    -o-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
}

.ph-nas-container .owl-nav {
    position: relative !important;
    margin-top: 0 !important;
}

.ph-nas-container .owl-prev , .ph-nas-container .owl-next {
    border-radius: 100em !important;
    background: black !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 35px !important;
    color: white !important;
    font-weight: 500 !important;
    padding: 5px !important;
    box-sizing: content-box !important;
    cursor: pointer !important;
}

.ph-nas-container button span {
    top: -3px !important;
    position: relative !important;
}