.testimonial-card-repeater .testimonials{display:flex;flex-direction:column;gap:40px}.testimonial-card-repeater .title br{display:none}.testimonial-card-repeater .testimonials .testimonial-card{background:var(--white);border:1px solid #dbdfe5;border-radius:16px;box-shadow:0 25px 60px -10px rgba(28,39,49,.12);padding:24px}.testimonial-card-repeater .testimonial-card .testimonial__content{display:flex;gap:16px}.testimonial-card-repeater .testimonial__content .testimonial__photo{border:2px solid #f2f4f7;border-radius:100px;height:80px;width:80px}.testimonial-card-repeater .testimonial__name-role .name{color:var(--primary-color)}@media(min-width:768px){.testimonial-card-repeater .title br{display:block}.testimonial-card-repeater .testimonials .testimonial-card{padding:32px}}@media(min-width:1025px){.testimonial-card-repeater .testimonials{flex-direction:row}.testimonial-card-repeater .testimonials .testimonial-card{display:flex;flex-direction:column;justify-content:center;width:50%}}@media(min-width:1200px){.testimonial-card-repeater .testimonial-card .testimonial__details{align-items:center;display:flex;gap:16px;justify-content:space-between;width:100%}}