#testimonials{display:flex;flex-direction:column;justify-content:flex-start;width:100vw}#testimonials .test-wrapper{display:grid;padding:0 24px;grid-gap:48px;grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.testimonial{background:#fff;border:3px solid #000;-webkit-box-shadow:6px 6px 0 0 #000;-moz-box-shadow:6px 6px 0 0 #000;box-shadow:6px 6px 0 0 #000;display:flex;flex-direction:column;justify-content:space-between;padding:24px}.testimonial span{align-items:flex-end;display:flex;margin-top:24px}@media only screen and (max-width:800px){#testimonials .test-wrapper{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:42px}}