.fabula-slider-three-slides .swiper-slide {max-width: 345px}
.fabula-slider-three-slides .swiper-wrapper .swiper-slide:first-child {max-width: 716px}
.fabula-slider-three-slides .swiper-wrapper .swiper-slide:first-child .fabula-article {display: flex}
.fabula-slider-three-slides .swiper-wrapper .swiper-slide:first-child img {
    width: 358px;
    height: 440px;
}
.fabula-slider-three-slides .swiper-wrapper .swiper-slide:first-child .fabula-article-title {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1px;
}

@media (max-width: 1565.5px) {
    .fabula-slider-three-slides .swiper-wrapper .swiper-slide:first-child {max-width: 654px}
    .fabula-slider-three-slides .swiper-wrapper .swiper-slide:first-child img { width: 327px}
    .fabula-slider-three-slides .swiper-wrapper .swiper-slide:first-child .fabula-article-title {
        font-size: 32px;
        line-height: 36px;
    }
    .fabula-slider-three-slides .swiper-slide { max-width: 317px}
}
@media (max-width: 1438px) {
    .fabula-slider-three-slides .swiper-wrapper .swiper-slide:first-child {max-width: 572px}
    .fabula-slider-three-slides .swiper-wrapper .swiper-slide:first-child img {width: 286px}
    .fabula-slider-three-slides .swiper-wrapper .swiper-slide:first-child .fabula-article-title {
        font-size: 26px;
        line-height: 30px;
    }
    .fabula-slider-three-slides .swiper-slide {max-width: 277.5px}
}
@media (max-width: 1261.5px) {
    .fabula-slider-three-slides .swiper-wrapper .swiper-slide:first-child {max-width: none}
    .fabula-slider-three-slides .swiper-slide {max-width: none}
    .fabula-slider-three-slides .swiper-wrapper .swiper-slide:first-child .fabula-article {
        display: grid;
        grid-template-rows: 200px 1fr;
    }
    .fabula-slider-three-slides .swiper-wrapper .swiper-slide:first-child img {
        width: 100%;
        height: 200px;
    }
    .fabula-slider-three-slides .swiper-wrapper .swiper-slide:first-child .fabula-article-title {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0;
    }
}
@media (max-width: 1016px) {
    .fabula-slider-three-slides .swiper-wrapper .swiper-slide:first-child .fabula-article-title {
        font-size: 16px;
        line-height: 20px;
    }
    .fabula-slider-three-slides .swiper-wrapper .swiper-slide:first-child .fabula-article {grid-template-rows: 242px 1fr}
    .fabula-slider-three-slides .swiper-wrapper .swiper-slide:first-child img {height: 242px}
}
@media (max-width: 768px) {
    .fabula-slider-three-slides .swiper-wrapper .swiper-slide:first-child .fabula-article-title {font-size: 18px}
}