.fabula-services-block {position: relative}
.fabula-services-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.fabula-services-container a {
    text-decoration: none;
    color: inherit;
}
.fabula-services-title {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 265px;
}
.fabula-services-img {
    position: absolute;
    top: 7.6%;
    left: 0;
    z-index: 0;
}
.fabula-service-card-slider {
    position: relative;
    width: 345px;
    height: 480px;
    border-radius: var(--border-radius-xl);
    padding: 30px;
    background-color: var(--bg-color-light);
    z-index: 2;
}
.fabula-service-card-slider .fabula-slider {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.fabula-service-card-slider .fabula-slider-pagination {
    top: 2px !important;
    right: -3px !important;
}
.fabula-service-card-slider .fabula-slider .swiper-pagination-bullet {border: 1px solid var(--brand-color)}
.fabula-service-card-slider .fabula-slider .swiper-pagination-bullet-active {background-color: var(--brand-color)}
.fabula-service-card-slider .fabula-slider-navigation {
    bottom: 0;
    right: 0;
    left: auto;
    top: auto;
}
.fabula-service-card-slider-title {
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    margin: 0 0 55px 0;
    color: #858585;
    letter-spacing: 0.3px;
}
.fabula-service-card-slider .fabula-review-author img {
    width: 54px;
    height: 54px;
}
.fabula-service-card-slider .fabula-review-author,
.fabula-service-card-slider .fabula-review-author__desc  {
    font-size: 12px;
    line-height: normal;
    margin: 0;
}
.fabula-service-card-slider .fabula-review_big::after {background: linear-gradient(to bottom, transparent, #F1F4F8 100%)}
.fabula-service-card_blue {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
    background-image: var(--gradient-blue);
}
.fabula-fabula-service-card_blue-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin: 0;
}
.fabula-service-card_blue-icon {
    max-width: 216px;
    max-height: 95px;
}
.fabula-services-block .fabula-service-card-icon-link {
    width: max-content;
    height: max-content;
    align-self: flex-end;
    background-color: var(--brand-color);
    border-radius: var(--border-radius-xxl);
    padding: 13px;
}

@media (max-width: 1565.5px) {
    .fabula-services-container {gap: 24px 20px}
    .fabula-service-card-slider {
        width: 317px;
        height: 452px;
    }
}
@media (max-width: 1439px) {
    .fabula-services-title {margin-bottom: 190px}
    .fabula-services-img {top: 6%}
    .fabula-services-container {gap: 20px 16px}
    .fabula-service-card-slider {
        width: 279px;
        height: 414px;
        padding: 25px;
    }
    .fabula-service-card-slider .fabula-review-author {gap: 5px}
    .fabula-service-card-slider .fabula-review-author img {
        width: 48px;
        height: 48px;
    }
    .fabula-service-card-slider .fabula-review p {
        font-size: 16px;
        line-height: 20px;
    }
    .fabula-service-card-slider .fabula-slider-navigation button {
        width: 40px;
        height: 40px;
    }
}
@media (max-width: 1261.5px) {
    .fabula-services-container {gap: 20px}
    .fabula-services-title {margin-bottom: 110px}
    .fabula-services-img {top: 4%}
    .fabula-service-card-slider {
        width: 455px;
        height: 300px;
    }
    .fabula-service-card-slider-title {margin: 0 0 20px 0}
    .fabula-service-card-slider .fabula-review p {
        font-size: 14px;
        line-height: 18px;
    }
    .fabula-service-card-slider .fabula-review-text {height: 90px}
    .fabula-service-card_blue { padding: 25px}
    .fabula-fabula-service-card_blue-title {
        font-size: 14px;
        line-height: 18px;
    }
    .fabula-service-card_blue-icon {
        max-width: 130px;
        max-height: 80px;
    }
    .fabula-service-card_blue .fabula-gray-btn {
        font-size: 10px;
        padding: 10px 18px;
    }
}
.fabula-services-title.fabula-services-title--mobile {
    display: none;
}
@media (max-width: 1016px) {
    .fabula-services-block {
        padding: 40px;
    }
    .fabula-services-title {
        display: none;
    }
    .fabula-services-title.fabula-services-title--mobile {
        display: block;
        margin-bottom: 20px;
    }
    .fabula-services-img {
        display: none;
    }
    .fabula-services-container {
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
    }
    .fabula-service-card-slider {
        height: 480px;
        padding: 30px;
    }
    .fabula-services-container > a,
    .fabula-service-card-slider,
    .fabula-service-card {
        width: 100%;
        min-width: 316px;
    }
    .fabula-service-card-slider .fabula-slider-pagination {
        top: 1px !important;
    }
    .fabula-service-card-slider .fabula-review-text {height: 230px}
    .fabula-service-card-slider .fabula-slider-navigation button {
        width: 50px;
        height: 50px;
    }
    .fabula-service-card-slider .fabula-review-author img {
        width: 54px;
        height: 54px;
    }
}
@media (max-width: 768px) {
    .fabula-services-title.fabula-services-title--mobile {
        font-size: 22px;
    }
}
@media (max-width: 500px) {
    .fabula-services-block {
        padding: 40px 25px;
    }
}