.page_content{
    display: flex;
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 120px;
    gap: 120px;
}
.main_section{
    background: var(--color-Main-Neutral);
}
.wrapper{
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}
.headline{
    display: flex;
    flex-direction: column;
    padding-top: 112px;
}
.title{
    color: var(--color-Main-Dark);
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 506px;
    align-self: center;
}
.title.first-child{
    margin-bottom: 80px;
}
.share{
    color: var(--color-Main-Blue);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}
.content{
    display: flex;
    flex-direction: column;
    max-width: 645px;
    height: 1126px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 116px;
    transition: .3s;
}
.content::-webkit-scrollbar {
    width: 2px;
    background: #D9DCE199;
}
.content::-webkit-scrollbar-thumb{
    width: 2px;
    background: var(--color-Main-Blue);
}

.article_img{
    width: 527px;
    max-width: 527px;
    height: 544px;
    object-fit: cover;
}
.page_content .social_media_item{
    background: var(--color-Secondary-Mint);
}
.page_navigation{
    margin-bottom: 40px;
}
.current_page{
    color: var(--color-Main-Blue);
}
.current_page:nth-child(5){
    color: rgba(83, 116, 151, 0.40);
}
.article_details{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0 30px 0;
}
.article_date{
    color: var(--color-Main-Blue);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.views_box{
    display: flex;
    gap: 8px;
    align-items: center;
}
.views{
    color: var(--color-Main-Blue);
    font-style: normal;
    font-weight: 500;
    line-height: 22.4px;
    letter-spacing: 0.08px;
}
.article_text{
    color: #324150;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.section-a{grid-area: a;}
.section-b{grid-area: b;}
.section-c{grid-area: c;}
.see_more_wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    grid-template-areas:
        'a b'
        'c c';
    gap: 63px;
}

.see_all_wrapper{
    display: flex;
    justify-content: end;
    align-items: center;
}

#company-news-slider{
    width: 100%;
}
#company-news-slider-mob{
    display: none!important;
}
.news_list{
    display: flex;
    gap: 10px;
    height: 500px;
}
.news_item{
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 500px;
    position: relative;
    cursor: pointer;
    transition: filter .2s;
}
.news_item:active{
    filter: brightness(0.8);
}
.news_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_content{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background: linear-gradient(179deg, rgba(83, 116, 151, 0.04) 57%, rgba(33, 37, 41, 0.4) 76%);
    padding: 26px 20px;
    gap: 16px;
}
.dark_gradient{
    background: linear-gradient(180deg, rgba(83, 116, 151, 0.08) 40%, rgba(33, 37, 41, 0.8) 80%);
}
.news_slide_title{
    color: var(--color-Main-White);
    font-size: 24px;
    font-weight: 600;
}
.news_slide_text{
    color: var(--color-Main-White);
    font-size: 14px;
    max-width: 260px;
}

.company_news_slider_pagination{
    position: unset;
    margin: 30px 0 0 0;
}
.company_news_slider_pagination .splide__pagination__page{
    position: unset;
    padding: 5px;
    background: #D9D9D9;
    opacity: 1;
    border-radius: 50%;
    transform: unset;
    transition: .3s;
    margin: 5px;
}
.company_news_slider_pagination .splide__pagination__page.is-active{
    background: var(--color-Main-Red);
}

.news_details{
    background: var(--color-Main-White);
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 24px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transition: .3s;
    width: 100%;
}
.news_item:hover > .news_details{
    opacity: 1;
}
.news_hashtag{
    color: var(--color-Main-Blue);
    font-weight: 600;
    margin-bottom: 20px;
}
.news_details_title{
    color: var(--color-Main-Dark);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.news_details_content{
    color: var(--color-Main-Blue);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 32px;
    opacity: 0.8;
}
.insights{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #EAEEF3;
    padding-top: 16px;
}
.post_date,
.post_views{
    color: var(--color-Main-Blue);
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    letter-spacing: 0.07px;
    opacity: 0.6;
}

.views_box svg path{
    transition: .3s;
}
.views_box{
    display: flex;
    align-items: center;
    gap: 8px;
}

.slide_media_partner_mob{
    display: none;
}

.mobile_item{
    display: none;
}
@media screen and (max-width: 1400px) {
    .content{
        padding-right: 80px;
        max-width: 476px;
    }
    .article_img{
        width: 100%;
        height: 100%;
    }
}
@media screen and (max-width: 1080px) {
    .page_content{
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .headline{
        padding-top: unset;
    }
    .page_navigation{
        margin-bottom: 30px;
    }
    .title{
        font-size: 32px;
        font-style: normal;
        max-width: 353px;
    }
    .title.first-child{
        margin-bottom: 58px;
    }
    .share{
        margin-bottom: 15px;
    }
    .share,
    .article_date,
    .views,
    .article_text{
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .article_text{
        line-height: 18px;
    }
    .news_list{
        height: 375px;
        gap: 8px;
    }
    .page_content .social_media_item{
        width: 34px;
        height: 34px;
    }
    .page_content .social_media_item img{
        width: 16px;
        height: 16px;
    }
    .page_content .social_media_item:last-child img {
        width: 20px;
        height: 16px;
    }
    .article_img{
        max-width: unset;
        width: 395px;
        height: 408px;
    }
    .article_details{
        margin: 20px 0;
    }
    .page_content{
        gap: 90px;
    }
    .see_all{
        width: 140px;
        height: 36px;
        font-size: 14px;
    }
    .news_slide_title{
        font-size: 18px;
    }
    .news_slide_text,
    .news_details_content,
    .post_date,
    .post_views{
        font-size: 12px;
    }
    .news_details_content{
        line-height: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }
    .news_content{
        gap: 10px;
    }
    .news_details{
        padding: 20px;
    }
    .news_hashtag{
        font-size: 14px;
        margin-bottom: 16px;
    }
    .news_details_title{
        font-size: 18px;
    }
    .insights{
        padding-top: 9px;
    }
    .content{
        height: 929px;
    }
}
@media screen and (max-width: 1050px) {
    .content {
        padding-right: 30px;
        max-width: 395px;
    }
    .article_img{
        width: 100%;
        height: 100%;
    }
}
@media screen and (max-width: 850px) {
    .wrapper{
        flex-direction: column;
    }
    .content,
    .title{
        max-width: unset;
        font-size: 28px;
    }
    .page_navigation{
        margin-bottom: 40px;
    }
    .content{
        height: unset;
        overflow-y: unset;
        padding-right: unset;
    }
    .article_img{
        max-height: 300px;
    }
    .desktop_item{
        display: none;
    }
    .title.first-child{
        margin-bottom: unset;
    }
    .wrapper{
        gap: 40px;
    }
    .mobile_item{
        display: flex;
    }
    .share{
        margin: 40px 0 10px 0;
        font-weight: 600;
    }
    .see_more_wrapper{
        gap: 40px;
    }
}

@media screen and (max-width: 735px) {
    #company-news-slider{
        display: none!important;
    }
    #company-news-slider-mob{
        display: block!important;
    }
    .news_item{
        height: 498px;
    }
    .news_content{
        padding: 22px 21px;
    }
    .news_slide_title{
        font-size: 24px;
    }
    .news_slide_text,
    .news_hashtag{
        font-size: 14px;
    }
    .news_slide_text{
        max-width: unset;
    }
    .news_hashtag{
        margin-bottom: 10px;
    }
    .news_details_title{
        font-size: 18px;
    }
    .news_details_content{
        font-size: 14px;
        margin-bottom: 50px;
    }
    .post_date,
    .post_views{
        font-size: 14px;
    }
}

@media screen and (max-width: 400px) {
    .company_news_slider_pagination{
        margin: 20px 0 40px 0;
    }
    .see_more_wrapper{
        grid-template-columns: 1fr;
        grid-template-areas:
        'a'
        'c'
        'b';
        gap: unset;
    }
    .section-c{
        margin-top: 40px;
    }
    .see_all_wrapper{
        justify-content: center;
    }
    .see_all{
        width: 170px;
        height: 44px;
        font-size: 16px;
    }
    .page_content{
        padding-top: 80px;
    }
    .article_date,
    .views{
        color: var(--color-Secondary-Dark-Blue);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .views_box svg path{
        fill: var(--color-Secondary-Dark-Blue);
    }
    .article_details {
        margin: 20px 0 40px 0;
    }
    .article_text{
        font-size: 14px;
        line-height: 20px;
    }
    .social_media_list {
        gap: 8px;
    }
    .page_content .social_media_item{
        width: 44px;
        height: 44px;
    }
    .page_content .social_media_item img{
        width: 20px;
        height: 20px;
    }
    .page_content .social_media_item:last-child img{
        width: 25px;
        height: 20px;
    }
}

@media screen and (max-width: 390px) {
    .article_img {
        max-height: 280px;
    }
}

@media screen and (max-width: 340px) {
    .page_content{
        padding-top: 60px;
        padding-bottom: 70px;
        gap: 70px;
    }
    .page_navigation{
        margin-bottom: 20px;
    }
    .title{
        font-size: 24px;
    }
    .wrapper{
        gap: 30px;
    }
    .article_img{
        max-height: 272px;
    }
    .article_details {
        margin: 20px 0;
    }
    .article_date,
    .views,
    .news_hashtag,
    .post_date,
    .post_views,
    .news_details_content,
    .article_text,
    .news_slide_text{
        font-size: 12px;
    }
    .news_slide_text,
    .article_text{
        line-height: 16px;
    }
    .news_item{
        height: 391px;
    }
    .news_slide_title{
        font-size: 18px;
        line-height: normal;
    }
    .news_slide_text{
        font-weight: 400;
    }
    .news_details,
    .news_content{
        padding: 16px;
    }
    .page_content .social_media_item {
        width: 36px;
        height: 36px;
    }
    .page_content .social_media_item img{
        width: 12px;
        height: 12px;
    }
    .page_content .social_media_item:last-child img{
        width: 15px;
        height: 12px;
    }
    .news_details_content{
        margin-bottom: 21.5px;
    }
    .views_box svg path{
        var(--color-Main-Blue);
    }
    .company_news_slider_pagination .splide__pagination__page{
        padding: 4px;
        margin: 0 3px;
    }
    .splide__pagination li{
        display: flex;
    }
    .see_all {
        width: 150px;
        font-size: 14px;
    }
    .company_news_slider_pagination {
        margin: 20px 0 30px 0;
    }

}