.bento-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;align-items:stretch}@media (min-width: 768px){.bento-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(200px,auto)}.testimonial-card{min-height:200px}.testimonial-card:first-child{grid-row:span 2;min-height:400px}}@media (min-width: 1024px){.bento-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(250px,auto)}.testimonial-card:first-child{min-height:500px}}
