.testimonials-section .testimonials-grid{gap:2rem;grid-template-columns:repeat(1,1fr)}@media (min-width: 640px){.testimonials-section .testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.testimonials-section .testimonials-grid{grid-template-columns:repeat(5,1fr)}}.testimonial-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.5rem;text-align:center;transition:all .3s ease}.testimonial-card:hover{border-color:#4f46e5;box-shadow:0 4px 8px #0000001a}.testimonial-image{width:80px;height:80px;border-radius:50%;object-fit:cover;margin:0 auto 1rem}.testimonial-rating{color:#ffb400;font-size:1.2rem;margin:.5rem 0}.testimonial-text{color:#6b7280;font-size:.975rem;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}
