.testimonial-card-grid{display:grid;gap:4rem;grid-template-columns:repeat(1,1fr)}@media (min-width:768px){.testimonial-card-grid.grid-columns-2{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.testimonial-card-grid{gap:1.5rem}.testimonial-card-grid.grid-columns-3{grid-template-columns:repeat(3,1fr)}.testimonial-card-grid.grid-columns-4{grid-template-columns:repeat(4,1fr)}.testimonial-card-grid.grid-columns-5{grid-template-columns:repeat(5,1fr)}}.testimonial-card-grid .card{background:var(--white);display:flex;flex-direction:column;gap:2rem;overflow:visible;padding:1.75rem 2.5rem;position:relative}.testimonial-card-grid .card:before{content:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200.2 143"><path d="M185.9 0H143l-28.6 57.2V143h85.8V57.2h-42.9zM71.5 0H28.6L0 57.2V143h85.8V57.2H42.9z" style="fill:%23f79220"/></svg>');height:90px;left:.5rem;position:absolute;top:-2.5rem;width:120px}.testimonial-card-grid .card .card-header{align-items:center;aspect-ratio:5/1.5;display:flex;margin-top:3rem;overflow:hidden}.testimonial-card-grid .card .card-header img{height:auto;max-height:100%;max-width:100%;width:auto}.testimonial-card-grid .card .card-body{flex-grow:1}.testimonial-card-grid .card .card-body p:last-of-type{margin-bottom:0}.testimonial-card-grid .card .signature{align-items:center;display:flex;flex-direction:row;gap:1rem}.testimonial-card-grid .card .signature img{max-height:100px;max-width:100px}.testimonial-card-grid .card .signature p{line-height:1.25;margin-bottom:0}.testimonial-card-grid .card .signature .testimonial-name{color:var(--blue);font-weight:600}.testimonial-card-grid .card .signature .testimonial-credential{color:var(--grey);font-size:.875rem}.testimonial-card-grid .card.card-border-shadow{box-shadow:0 0 28px 0 rgba(32,97,173,.15)}