section.testimonials .testimonial--icons {
    /* display: flex; */
    min-height: 100px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
section.testimonials .testimonial--icons img {
    max-width: 19%;
    max-width: calc(20% - 30px);
    margin: 0 15px;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

section.testimonials .testimonial--icons img.is-nav-selected {
    opacity: 1;
}
section.testimonials .testimonial--quotes .testimonial--quote {
    width: 100%;
}
section.testimonials .testimonial--quotes .testimonial--quote p {
    max-width: 40rem;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 1002px) {
    section.testimonials .testimonial--icons img {
        max-width: 32%;
        max-width: calc(33% - 30px);
        margin: 0 15px;
    }
}

@media (max-width: 775px) {
    section.testimonials .testimonial--icons img {
        max-width: 300px;
        width: 100%;
        opacity: 0;
        margin: 0 auto;
    }
    section.testimonials .testimonial--quotes .testimonial--quote p {
        max-width: calc(100% - 7rem);
        margin: 0 auto;
        text-align: center;
    }
}
