.testimonials .testimonial {
    padding: clamp(1rem, 0.43rem + 1.189vw, 1.5rem);
    padding-top: clamp(1.5rem, 0.93rem + 1.189vw, 2rem);
}

.testimonials svg {
    height: clamp(3rem, 1.86rem + 2.377vw, 4rem);
    color: rgba(118, 126, 142, 1);
    opacity: 0.32;
}
.testimonials #content {
    font-size: clamp(1.125rem, 0.413rem + 1.486vw, 1.75rem);
    margin-bottom: clamp(2rem, 1.145rem + 1.783vw, 2.75rem);
}
.testimonials #author {
    font-weight: 700;
    font-size: clamp(1rem, 0.43rem + 1.189vw, 1.5rem);
    margin-bottom: clamp(0.125rem, -0.302rem + 0.892vw, 0.5rem);
}
.testimonials #details {
    opacity: 0.72;
}

.testimonials .desktop {
    display: block;
}
.testimonials .mobile {
    display: none;
}

.testimonials .mobile .swiper {
    width: 100%;
    height: 100%;
    overflow: visible;
}
.testimonials .mobile .swiper-wrapper {
    padding: 5px 0;
    align-items: center;   
}
.testimonials .mobile .swiper-slide {
    background: #fff;
    display: flex;
    height: auto;
    align-self: stretch;
    padding: 1.5rem 1rem;
    justify-content: space-between;
    flex-direction: column;
}

@media only screen and (max-width: 830px) {
    .testimonials .desktop {
        display: none;
    }

    .testimonials .mobile {
        display: block;
    }
}