.grey-bg{background-color:#fafafa}.card-section{display:flex;gap:1rem;justify-content:center}.test-card{color:#333}.wrapper-group{display:flex;flex-direction:column;gap:4rem}.customer-card{background-color:#fff;border-radius:24px;box-shadow:0 32px 32px #0000000a;box-sizing:border-box;display:flex;flex:1 1 calc(33.33% - 20px);flex-direction:column;gap:1rem;max-width:calc(33.33% - 20px);padding:24px;transition:transform .3s ease-in-out}.customer-card:hover{box-shadow:0 4px 32px rgba(0,114,188,.5);cursor:pointer;transform:scale(1.1)}.testimonial-thumbnail{align-items:center;border-radius:8px;display:flex;height:150px;justify-content:center;overflow:hidden;width:100%}.testimonial-thumbnail img{height:100%;object-fit:cover;width:100%}.customer-name{color:#0072bc;font-family:Effra,sans-serif;font-size:1.5rem;font-weight:700}.card-bottom{align-items:center;display:flex;gap:1rem}.customer-details{display:flex;flex-direction:column;gap:.5rem}@media only screen and (max-width:768px){.card-section{flex-direction:column}.customer-card{flex:1 1 100%;max-width:100%}}