.testimonial-card{display:grid;grid-template-columns:300px;grid-template-rows:80px 40px auto;background-color:hsla(0,0%,94%,.45);width:320px;line-height:30px;border-radius:16px;font-family:poppins;margin:0 5px;padding:16px 5px 16px 16px;flex-wrap:wrap;height:fit-content;min-height:300px;transition:max-height 1s ease,box-shadow .5s ease;overflow-y:visible;max-height:fit-content;cursor:grab;overflow-x:hidden}.testimonial-card-header{display:grid;grid-template-columns:70px 300px;gap:20px;justify-content:start;width:100%;align-items:center}.testimonial-card-body{overflow:hidden;width:100%}.testimonial-name{font-size:18px;font-weight:600}.testimonial-card-header img{justify-self:start;border-radius:50%;width:70px;height:70px;object-fit:cover}.testimonial-card-description{color:#a8a8a8;font-size:17px;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;transition:all 1s ease-in-out}.testimonial-card.expanded{max-height:1000px;height:fit-content;width:fit-content;box-shadow:0 6px 15px rgba(0,0,0,.15)}.testimonial-card.expanded .testimonial-card-description{-webkit-line-clamp:unset}.testimonial-rating-stars{align-self:center}@media (max-width:520px){.testimonial-card-header{grid-template-columns:66px 200px}}@media (max-width:465px){.testimonial-card{width:fit-content;height:fit-content}.testimonial-card-header{grid-template-columns:66px 150px}.testimonial-card-description{font-size:16px}}@media (max-width:400px){.testimonial-card{width:250px;justify-self:center}.testimonial-card.expanded{width:260px}.testimonial-card-body{overflow:hidden;width:91%;height:100%}.testimonial-card-header{grid-template-columns:66px 100px}.testimonial-card-description{font-size:14px;-webkit-line-clamp:4}}@media (max-width:340px){.testimonial-card{transform:scale(.9);justify-self:center}.testimonial-card-body{overflow:hidden;width:86%;height:100%}.country-details-reviews-testimonials{gap:0}}