body .news_and_updates:not(.career_list) .news_and_updates_inner .news_and_updates_wrapper .news_and_updates_post:first-child {
    width: 25%;
    padding: 10px 10px;
}

body .news_and_updates:not(.career_list) .news_and_updates_inner .news_and_updates_wrapper .news_and_updates_post:first-child .news_and_updates_post_inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 532px;
    border: 1px solid #bdbdbd;
    position: relative;
}

body .news_and_updates:not(.career_list) .news_and_updates_inner .news_and_updates_wrapper .news_and_updates_post:first-child .news_and_updates_post_inner .hover_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

body .news_and_updates:not(.career_list) .news_and_updates_inner .news_and_updates_wrapper .news_and_updates_post:first-child .news_and_updates_post_inner .news_post {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

body .news_and_updates:not(.career_list) .news_and_updates_inner .news_and_updates_wrapper .news_and_updates_post:first-child .news_and_updates_post_inner .news_post img {
    width: 100%;
    height: 290px;
}

body .news_and_updates:not(.career_list) .news_and_updates_inner .news_and_updates_wrapper .news_and_updates_post:first-child .news_and_updates_post_inner .news_post .news_detail {
    display: none !important;
}

body .news_and_updates:not(.career_list) .news_and_updates_inner .news_and_updates_wrapper .news_and_updates_post:first-child .news_and_updates_post_inner .news_detail {
    padding: 15px 44px 15px 15px;
    display: flex;
    flex-direction: column;
    height: calc(100% - 290px);
}

body .news_and_updates:not(.career_list) .news_and_updates_inner .news_and_updates_wrapper .news_and_updates_post:first-child .news_and_updates_post_inner .news_detail .post_date_section .post_date {
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 22px;
    color: #bdbdbd;
    font-family: OpenSans-SemiBold;
}

body .news_and_updates:not(.career_list) .news_and_updates_inner .news_and_updates_wrapper .news_and_updates_post:first-child .news_and_updates_post_inner .news_detail .post_title_section .post_title {
    font-size: 20px;
    line-height: 23px;
    margin: 0 0 22px;
    color: #525459;
    font-family: OpenSans-Bold;
}

body .news_and_updates:not(.career_list) .news_and_updates_inner .news_and_updates_wrapper .news_and_updates_post:first-child .news_and_updates_post_inner .news_detail .shop_latest_news_section .shop_latest_news p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 22px;
    color: #525459;
    font-family: OpenSans-Regular;
}

body .news_and_updates:not(.career_list) .news_and_updates_inner .news_and_updates_wrapper .news_and_updates_post:first-child .news_and_updates_post_inner .news_detail .shop_latest_news_section .shop_latest_news p:last-child {
    margin-bottom: 0;
}

body .news_and_updates:not(.career_list) .news_and_updates_inner .news_and_updates_wrapper .news_and_updates_post:first-child .news_and_updates_post_inner .news_detail .link_section {
    margin-top: auto;
}

body .news_and_updates:not(.career_list) .news_and_updates_inner .news_and_updates_wrapper .news_and_updates_post:first-child .news_and_updates_post_inner .news_detail .link_section .inner_page_link {
    display: inline-flex;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    transition: all 0.5s ease;
    align-items: center;
    margin-top: 20px;
    color: #11663b;
    font-family: OpenSans-SemiBold;
}

body .news_and_updates:not(.career_list) .news_and_updates_inner .news_and_updates_wrapper .news_and_updates_post:first-child .news_and_updates_post_inner .news_detail .link_section .inner_page_link svg {
    margin-left: 17px;
}

body .news_and_updates:not(.career_list) .news_and_updates_inner .news_and_updates_wrapper .news_and_updates_post:first-child .news_and_updates_post_inner .news_detail .link_section .inner_page_link svg path {
    transition: all 0.5s ease;
}

body .news_and_updates:not(.career_list) .news_and_updates_inner .news_and_updates_wrapper .news_and_updates_post:first-child .news_and_updates_post_inner:hover .link_section .inner_page_link {
    color: #ffa33f;
}

body .news_and_updates:not(.career_list) .news_and_updates_inner .news_and_updates_wrapper .news_and_updates_post:first-child .news_and_updates_post_inner .news_detail .link_section .inner_page_link:hover {
    color: #ffa33f;
}

body .news_and_updates:not(.career_list) .news_and_updates_inner .news_and_updates_wrapper .news_and_updates_post:first-child .news_and_updates_post_inner .news_detail .link_section .inner_page_link:hover svg path {
    color: #ffa33f;
}

@media (max-width: 1360px) {
    body .news_and_updates:not(.career_list) .news_and_updates_inner .news_and_updates_wrapper .news_and_updates_post:first-child .news_and_updates_post_inner .news_post img {
        height: 250px;
    }
    body .news_and_updates:not(.career_list) .news_and_updates_inner .news_and_updates_wrapper .news_and_updates_post:first-child .news_and_updates_post_inner .news_detail {
        height: calc(100% - 250px);
    }
}

@media (max-width: 1199px) {
    body .news_and_updates:not(.career_list) .news_and_updates_inner .news_and_updates_wrapper .news_and_updates_post:first-child {
        width: 33.33%;
    }
    body .news_and_updates:not(.career_list) .news_and_updates_inner .news_and_updates_wrapper .news_and_updates_post:first-child .news_and_updates_post_inner .news_detail {
        padding: 15px;
    }
}

@media (max-width: 991px) {
    body .news_and_updates:not(.career_list) .news_and_updates_inner .news_and_updates_wrapper .news_and_updates_post:first-child {
        width: 50%;
    }
}

@media (max-width: 767px) {
    body .news_and_updates:not(.career_list) .news_and_updates_inner .news_and_updates_wrapper .news_and_updates_post:first-child {
        width: 100%;
        padding: 10px 0;
    }
    body .news_and_updates:not(.career_list) .news_and_updates_inner .news_and_updates_wrapper .news_and_updates_post:first-child .news_and_updates_post_inner .news_post img {
        height: auto;
    }
    body .news_and_updates:not(.career_list) .news_and_updates_inner .news_and_updates_wrapper .news_and_updates_post:first-child .news_and_updates_post_inner .news_detail {
        height: auto;
    }
}