.testimonials {
    position: relative;
    padding: 40px 0;
    width: 100%;
}

.testimonials .swiper {
    width: 100%;
}

.testimonials .swiper-wrapper {
    height: auto;
}

section.testimonials > .ctnr > h2.before {
    max-width: 340px;
}

section.testimonials > .ctnr > h2.before strong {
    color: var(--secondary-400);
}

.testimonials > .vector {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (max-width: 767px) {
    .testimonials > .vector {
        display: none;
    }
}

.testimonials .swiper .testimonial {
    width: 100%;
}

.testimonial .ctnr {
    flex-direction: column;
    padding: 0 var(--gap3);
}

@media (max-width: 767px) {
    .testimonial .ctnr {
        padding: 0;
    }
}

.testimonial .vector {
    align-self: flex-start;
}

.testimonial .vector2 {
    align-self: flex-end;
    transform: rotate(180deg);
    margin-bottom: var(--gap2);
}

.testimonial .text {
    color: var(--primary-400);
    text-align: center;
    font-size: clamp(20px, calc(1.25rem + ((1vw - 4.2px) * 0.5882)), 26px);
    font-style: italic;
    font-weight: 600;
    line-height: 150%;
    padding: var(--gap2) var(--gap3);
}

@media (max-width: 767px) {
    .testimonial .text {
        padding: var(--gap2) 0;
    }
}

.testimonial .metas {
    align-self: flex-end;
    padding: 0 var(--gap3);
    align-items: center;
}

@media (max-width: 767px) {
    .testimonial .metas {
        padding: 0;
    }
}

.testimonial .details {
    margin-right: var(--gap2);
}

.testimonial .details > * {
    text-align: right;
}

.testimonial .name {
    color: var(--primary-400);
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 5px;
}

.testimonial .job,
.testimonial .evnt {
    color: #333;
}

.testimonial .image img {
    width: clamp(100px, calc(6.25rem + ((1vw - 3.75px) * 1.8779)), 120px);
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center top;
    border-radius: 100%;
}

/* Swiper controls */

.swiper-navigation.site_margin {
    padding-right: 0;
}

.testimonials .swiper-navigation {
    height: 50px;
    margin-top: 60px;
}
