.s-newsworthy {
    width: 100%;
    margin: 40px 0;
}

@media screen and (min-width: 768px) {
    .s-newsworthy {
        margin: 80px 0;
    }
}

.s-newsworthy-wrap {
    background-color: #f1f1f1;
    max-width: 1540px;
    width: 100%;
    padding: 40px 0;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .s-newsworthy-wrap {
        padding: 80px 0;
    }
}

.s-newsworthy .container {
    max-width: 1348px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
}

.acf-block-preview .s-newsworthy h2,
.s-newsworthy h2 {
    margin: 0 0 20px;
    color: #333;
}

@media screen and (min-width: 768px) {
    .acf-block-preview .s-newsworthy h2,
    .s-newsworthy h2 {
        margin: 0 0 40px;
    }
}

.s-newsworthy-slider {
    position: relative;
    overflow: hidden;
}

.s-newsworthy-text-slide,
.s-newsworthy-slider .swiper-slide {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px 0;
}

@media screen and (min-width: 768px) {
    .s-newsworthy-text-slide,
    .s-newsworthy-slider .swiper-slide {
        grid-template-columns: 1fr 1fr;
        gap: 0 90px;
    }
}

.acf-block-preview .s-newsworthy-text-slide-left h3,
.acf-block-preview .s-newsworthy-slider .swiper-slide-left h3,
.s-newsworthy-text-slide-left h3,
.s-newsworthy-slider .swiper-slide-left h3 {
    margin: 0 0 20px;
    color: #333;
}

.acf-block-preview .s-newsworthy-text-slide-left p,
.acf-block-preview .s-newsworthy-slider .swiper-slide-left p,
.s-newsworthy-text-slide-left p,
.s-newsworthy-slider .swiper-slide-left p {
    margin: 0 0 20px;
    color: #333;
}

.s-newsworthy-text-slide-right,
.s-newsworthy-slider .swiper-slide-right {
    width: 100%;
    height: 385px;
}

.acf-block-preview .s-newsworthy-text-slide-right img,
.acf-block-preview .s-newsworthy-slider .swiper-slide-right img,
.s-newsworthy-text-slide-right img,
.s-newsworthy-slider .swiper-slide-right img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    object-fit: cover;
}

.s-newsworthy-text-slide-right .swiper-button-prev,
.s-newsworthy-text-slide-right .swiper-button-next {
    background: #FFF;
    width: 50px;
    height: 90px;
    top: calc(50% - 23px);
}

.s-newsworthy-text-slide-right .swiper-button-prev {
    left: 10px;
}

.s-newsworthy-text-slide-right .swiper-button-next {
    right: 10px;
}

.s-newsworthy-slider .swiper-button-prev,
.s-newsworthy-slider .swiper-button-next {
    background: transparent;
    width: 50px;
    height: 90px;
    top: calc(50% - 23px);
}

.s-newsworthy-slider .swiper-button-prev {
    left: -70px;
}

.s-newsworthy-slider .swiper-button-next {
    right: -70px;
}

.s-newsworthy-text-slide-right .swiper-button-prev::after,
.s-newsworthy-text-slide-right .swiper-button-next::after,
.s-newsworthy-slider .swiper-button-prev::after,
.s-newsworthy-slider .swiper-button-next::after {
    color: #333;
    font-size: 32px;
    font-weight: 300;
}