.testimonial-wrapper{position:relative;padding:var(--section-margin-bottom) var(--section-padding-left-right);background:var(--cd-background-grey)}.testimonial-wrapper .testimonial-inner{max-width:var(--section-max-width);margin:0 auto}.testimonial-wrapper .testimonials-boxes{display:flex;flex-direction:column;gap:2rem}.testimonial-wrapper .testimonial-box{display:flex;justify-content:center;align-items:center;gap:2rem;padding-right:10%}.testimonial-wrapper .testimonial-box:nth-child(even){flex-direction:row-reverse;padding-right:0;padding-left:10%}.testimonial-wrapper .testimonial-text{background:#fff;max-width:800px;padding:3rem 5rem}.testimonial-wrapper .testimonial-image{flex-shrink:0;aspect-ratio:1 / 1;max-height:150px;max-height:150px;overflow:hidden;border-radius:999px;overflow:hidden}.testimonial-wrapper .testimonial-image img{width:100%;height:100%;object-fit:cover}@media (width < 64rem){.testimonial-wrapper .testimonial-box{padding-right:0}.testimonial-wrapper .testimonial-box:nth-child(even){padding-left:0}}@media (width < 48rem){.testimonial-wrapper .testimonial-text{padding:2rem 1.5rem}.testimonial-wrapper .testimonial-box{justify-content:center;align-items:flex-start;gap:1.5rem}}@media (width < 32rem){.testimonial-wrapper .testimonial-box{flex-direction:column-reverse;align-items:center;gap:.5rem}.testimonial-wrapper .testimonial-text{text-align:center}.testimonial-wrapper .testimonial-box:nth-child(even){flex-direction:column-reverse}}