.testimonial-columns{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.testimonial-columns .testimonial{border-radius:24px;display:flex;flex-direction:column;gap:24px;justify-content:space-between;min-height:300px;padding:24px}.testimonial-columns .testimony{color:inherit;font-size:18px;font-weight:400;line-height:24px;margin:0}.testimonial-columns .testimony-profile{display:flex;flex-direction:row;gap:12px}.testimonial-columns .testimony-profile img{border-radius:50%;height:50px;object-fit:cover;object-position:center;width:50px}.testimonial-columns .testimony-profile .name{color:inherit;font-size:16px;font-weight:500;line-height:24px;margin:0}.testimonial-columns .testimony-profile .sports{color:inherit;font-size:16px;font-weight:400;line-height:24px;margin:0}@media (max-width:767px){.testimonial-columns{grid-template-columns:repeat(1,1fr)}}