

#testimonials .container > div {
    position: relative;
}

#testimonials .testimonial {
    text-align: center;
    font-size: clamp(1.5rem, 2.5vw, 2.3rem);
}

#testimonials .splide__pagination {
    margin-top: var(--vert-spacing-2) !important;
    position: relative !important;
    bottom: unset !important;
}

#testimonials .author {
    margin-top: 1.5rem;
    text-align: center;
    font-size: clamp(1rem, 1.5vw, 1.5rem);
}

#testimonials .company {
    text-align: center;
}