.review-card-cont{display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.review-card{align-items:center;border:4px solid #a53665;border-radius:4px;display:flex;flex-direction:column;padding:20px}.quote-img{width:100px}.quote-img img{height:100%;object-fit:contain;width:100%}@media only screen and (max-width:767px){.review-card-cont{gap:24px;grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:575px){.review-card-cont{gap:20px;grid-template-columns:repeat(1,1fr)}}