/* Section */
.testimonial-section {
    position: relative;
    z-index: 1;
}

.testimonial-section__text-col {
    position: relative;
    z-index: 2;
}

.testimonial-section__footer {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

/* Swiper */
.testimonial-swiper {
    margin-right: -1.375rem;
}

.testimonial-swiper:not(.swiper-initialized) {
    overflow: visible;
}

.testimonial-swiper:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 1.5625rem;
}

.testimonial-swiper .swiper-slide {
    width: 76vw;
}

@media (min-width: 768px) {
    /* Section */
    .testimonial-section__header {
        margin-left: 0;
        max-width: 32.5rem;
    }

    /* Swiper */
    .testimonial-swiper {
        margin-right: -3.25rem;
    }

    .testimonial-swiper .swiper-slide {
        width: 37.109375vw;
    }
}

@media (min-width: 1200px) {
    /* Section */
    .testimonial-section__header {
        max-width: 100%;
    }

    .testimonial-section__row {
        justify-content: space-between;
    }

    .testimonial-section__text-col {
        width: 41.93548387%;    
    }

    .testimonial-section__swiper-col {
        width: 55.64516129%;
    }

    /* Swiper */
    .testimonial-swiper {
        margin-right: -4.612vw;
    }

    .testimonial-swiper .swiper-slide {
        width: 28.33089312vw;
    }
}

@media (min-width: 1600px) {
    /* Section */
    .testimonial-section__text-col {
        width: 43.30357143%;    
    }

    .testimonial-section__swiper-col {
        width: 54.91071429%;
    }

    /* Swiper */
    .testimonial-swiper {
        margin-right: -4rem;
    }

    .testimonial-swiper .swiper-slide {
        width: 20.15625vw;
    }
}

@media (min-width: 1920px) {
    /* Swiper */
    .testimonial-swiper {
        margin-right: -50vw;
    }

    .testimonial-swiper .swiper-slide {
        width: 24.1875rem;
    }
}