.testimonial-section{margin:0 auto;padding:40px 0}.testimonial-cards{flex-wrap:wrap;gap:24px}.testimonial-card,.testimonial-cards{display:flex;justify-content:space-between}.testimonial-card{background-position:50%;background-size:cover;border-radius:20px;color:#f7f7f8;flex:1 1 calc(33.33333% - 16px);flex-direction:column;max-height:420px;max-width:416px;min-height:380px;overflow:hidden;padding:20px;position:relative;text-align:left}.testimonial-card .overlay{background-color:rgba(0,0,0,.5);border-radius:20px;content:"";inset:0;position:absolute;z-index:1}.testimonial-card *{position:relative;z-index:2}.testimonial-logo{height:auto;margin-bottom:20px;max-width:150px;width:100%}.testimonial-quote{color:#f7f7f8;font-family:Poppins,sans-serif;font-size:20px;font-weight:600;line-height:30px;margin-bottom:20px}.testimonial-author{margin-bottom:0;margin-top:auto}.testimonial-name{color:#f7f7f8;font-size:16px;font-weight:600;margin-bottom:4px}.testimonial-position{color:#f7f7f8;font-size:14px;margin:0;opacity:.8}@media (max-width:1024px){.testimonial-card{flex:1 1 calc(50% - 12px)}}@media (max-width:768px){.testimonial-cards{align-items:center;flex-direction:column}.testimonial-card{flex:1 1 100%;max-width:100%}}