.testimonials-container{display:flex;flex-wrap:wrap;gap:23px;justify-content:space-around;max-width:1440px}.single-testimonial{border-radius:40px;box-shadow:0 20px 20px rgba(0,0,0,.1);display:flex;flex-direction:column;width:30%}.author-img{height:94px;margin-top:-70px;width:94px}.divider{height:1px;width:100%}.author{align-items:center;display:flex;justify-content:space-between}.author img{height:20px;width:100px}@media(max-width:1023px) and (min-width:768px){.single-testimonial{gap:10%;width:40%}}@media(max-width:767px){.single-testimonial,.testimonials-container{width:100%}}