.testimonial{display:flex;flex-direction:column;row-gap:48px;max-width:1240px;justify-content:center}.testimonialHeader{display:flex;flex-direction:column;row-gap:12px;align-items:center}.testimonials{display:flex;flex-direction:row;gap:32px}.testimonialItem{border-radius:12px;display:flex;flex-direction:column;gap:40px;background-color:#f5f6f6;padding:24px;flex-basis:100%;justify-content:space-between}.testimonialAuthor{display:flex;flex-direction:row;gap:12px;justify-items:center}.testimonialFooter{justify-content:space-between;display:flex;align-items:center}@media only screen and (max-device-width:1024px){.testimonials{flex-wrap:wrap;padding-left:32px;padding-right:32px}}@media only screen and (max-device-width:480px){.testimonials{flex-wrap:wrap}}