.testimonials-wrapper{display:grid;gap:28px;grid-template-columns:repeat(3,1fr);width:100%}.testimonials-wrapper.single-testimonial{align-items:flex-start;display:flex;justify-content:center}.testimonials-wrapper.single-testimonial .testimonial-card{margin:0;max-width:520px;width:100%}.testimonial-card{background:#fff;border-radius:18px;box-shadow:0 10px 30px rgba(0,0,0,.06);box-sizing:border-box;display:flex;flex-direction:column;min-height:230px;padding:30px 28px}.testimonials-wrapper.single-testimonial .testimonial-card{min-height:auto}.testimonial-stars{color:#f5b400;font-size:18px;letter-spacing:2px;margin-bottom:20px}.testimonial-text{color:#27364b;flex:1;font-size:15px;line-height:1.55}.testimonials-wrapper.single-testimonial .testimonial-text{flex:initial}.testimonial-divider{background:#dce5ee;height:1px;margin:25px 0;width:100%}.testimonial-author{align-items:center;display:flex;gap:14px}.testimonial-photo{border-radius:50%;flex-shrink:0;height:46px;object-fit:cover;width:46px}.testimonial-info{display:flex;flex-direction:column}.testimonial-name{color:#123e6a;font-size:15px;font-weight:700;line-height:1.3}.testimonial-company{color:#7b8794;font-size:13px;margin-top:4px}@media (max-width:900px){.testimonials-wrapper{display:block;overflow:hidden;width:100%}.testimonial-card{display:none}.testimonial-card.active{animation:testimonialFade .45s ease forwards;display:flex}}@keyframes testimonialFade{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}