.simple-testimonials{background:var(--off-white)}.simple-testimonials__title{text-align:center}.simple-testimonials__testimonials-wrapper{display:flex;flex-wrap:wrap;gap:var(--gap);justify-content:center}.simple-testimonials__testimonial{background:#fff;border-radius:8px;display:flex;flex-flow:column;padding:2rem 1rem 1rem;text-align:center;width:calc(33% - var(--gap)*2/3)}.simple-testimonials__testimonial__copy{margin:0 0 2rem}.simple-testimonials__testimonial__image{border-radius:100%;height:150px;margin:auto auto 1rem;object-fit:cover;width:150px}@media (max-width:960px){.simple-testimonials__testimonial{width:calc(50% - var(--gap)/2)}}@media (max-width:600px){.simple-testimonials__testimonial{width:100%}}