.testimonials{display:grid;gap:1.5rem;grid-template-columns:1fr}
@media(min-width:720px){.testimonials{grid-template-columns:repeat(3,1fr)}}
