#testimonial-cards{display:flex;flex-wrap:wrap;gap:1.5rem;margin:4rem 0}.customer-testimonial{background:#f5f5fa;border-radius:1rem;gap:2rem;padding:3rem 2rem;transition:all .2s linear;width:calc(33.3% - 1rem)}.customer-testimonial:hover{background:#eeeef6;box-shadow:-5px 5px 10px rgba(0,0,0,.2);transform:scale(1.05);z-index:3}.customer-testimonial h4{margin:0}.quote-text{font-weight:300;min-height:200px}.customer-testimonial a{color:#2d2e33;text-decoration:none}.customer-logo{height:48px;margin-bottom:1.5rem}.quote-block{align-items:center;display:flex;margin-top:1.5rem}.quote-block p{font-weight:400;margin:0;opacity:.8}.quote-avatar{border-radius:50%;height:4rem;margin-right:1rem;width:4rem}@media screen and (max-width:1024px){.customer-testimonial{width:calc(50% - 1rem)}}@media screen and (max-width:820px){.quote-text{min-height:224px}}@media screen and (max-width:600px){.customer-testimonial{width:100%}.quote-text{min-height:134px}}