.section-news {position:relative; clip-path:polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 50px)); overflow-x:clip;}
.section-news .container {position:relative;}
.section-news::before {content:""; position:absolute; top:0; left:0; width:100%; height:clamp(300px, 55vw, 650px); background:url("../images/background-leaves-white.svg") no-repeat bottom center / 125% auto;}
.section-news .text-center:has(.level-1-display) {margin-top:-100px}
   
.icon-face {display:inline-block;}
.icon-face img { max-height:200px; margin-top:-80px;}

.section-news .news-article-carousel .swiper-slide {height:320px;} 
.section-news .news-article-carousel .swiper-slide span {height:100%;}

.section-stories {margin-top:-40px;}
.section-stories .card {margin-bottom:4rem;}

.section-similar-stories {margin-top:-60px;}
.section-similar-stories {overflow-x:clip;}

@media (min-width:600px) {
    .section-news .news-article-carousel .swiper-slide {height:440px;} 
    .icon-face img {max-height:280px;}
}

@media (min-width:992px) {
    .section-news .news-article-carousel .swiper-slide {height:660px;} 
    .icon-face img {max-height:unset;}
}

@media (max-width:991px) {
    .article-text {margin-top:2rem;}
}

