.testimonial-list{display:flex;flex-direction:column;gap:2.4rem}.testimonial-list--row{background:#f7f8fc;border-radius:2.4rem;display:flex;flex-direction:column;gap:2rem;padding:2rem}.testimonial-list--image{border-radius:2.4rem;overflow:hidden;text-align:center}.testimonial-list--content h3{color:var(--secondary-color)}.testimonial-list--quote p{font-size:1.6rem;font-style:italic}.testimonial-list--byline{font-size:1.5rem;font-weight:500;margin:0}@media (min-width:992px){.testimonial-list--row{align-items:flex-start;flex-direction:row;gap:10rem;padding:5.4rem 10rem}.testimonial-list--image{width:20rem}.testimonial-list--content{width:calc(100% - 30rem)}.testimonial-list--content h3.h2{font-size:3.4rem}}