.expo-testimonials{padding:4rem 1rem;text-align:center}.expo-testimonials h2{font-size:1.9rem;margin-bottom:2.5rem}.expo-testimonial-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(1,1fr);margin:0 auto;max-width:1200px}@media (min-width:768px){.expo-testimonial-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.expo-testimonial-grid{grid-template-columns:repeat(3,1fr)}}.expo-testimonial-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.05);padding:1.8rem;transition:transform .3s ease,box-shadow .3s ease}.expo-testimonial-card:hover{box-shadow:0 6px 18px rgba(0,0,0,.1);transform:translateY(-5px)}.expo-testimonial-card p{color:#444;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.expo-testimonial-card strong{color:#1767b8;font-weight:600}