.testimonial-card{border-radius:8px;box-shadow:0 0 10px 3px rgba(6,0,12,.06);display:flex;flex-direction:column;gap:20px;justify-content:space-between;padding:32px}.testimonial-card__heading{margin-bottom:32px}.testimonial-card__heading-title{margin-top:20px}.testimonial-card__container{display:grid;gap:32px;grid-template-columns:repeat(2,1fr)}@media (max-width:1023px){.testimonial-card__container{grid-template-columns:repeat(1,1fr)}}.testimonial-card__author{align-items:center;display:flex;margin-top:15px}.testimonial-card__author img{margin-right:15px;max-width:50px}.testimonial-card__author-info{display:block}.testimonial-card__author-info .text-sm{line-height:100%}.testimonial-card__author-info .text-sm:first-child{font-weight:700;margin-bottom:5px}.testimonial-card p{margin:0}