.global-image-testimonial{padding-top:var(--section-padding-vertical);padding-bottom:var(--section-padding-vertical)}.testimonial-wrapper{display:flex;align-items:center;gap:4rem}.testimonial-author-image{flex-shrink:0;width:300px}.testimonial-author-image img{width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover;border-radius:12px}.testimonial-content{flex-grow:1;padding:4rem;border-radius:12px}.global-image-testimonial.bg-white{background-color:var(--background-color)}.global-image-testimonial.bg-white .testimonial-content{background-color:var(--secondary-color)}.global-image-testimonial.bg-white .testimonial-quote p,.global-image-testimonial.bg-white .testimonial-author-details .name,.global-image-testimonial.bg-white .testimonial-author-details .position{color:var(--text-color-light)}.global-image-testimonial.bg-white .testimonial-logo img{filter:brightness(0) invert(1)}.global-image-testimonial.bg-blue{background-color:var(--secondary-color)}.global-image-testimonial.bg-blue .testimonial-content{background-color:var(--background-color);border:1px solid var(--secondary-color-light-bg)}.global-image-testimonial.bg-blue .testimonial-quote p,.global-image-testimonial.bg-blue .testimonial-author-details .name,.global-image-testimonial.bg-blue .testimonial-author-details .position{color:var(--text-color)}.global-image-testimonial.bg-blue .testimonial-logo img{filter:none}.testimonial-logo{margin-bottom:2rem}.testimonial-logo img{max-height:40px;width:auto;object-fit:contain}.testimonial-quote{position:relative;margin:0 0 2rem 0;border:none;padding-left:3.5rem}.testimonial-quote::before{content:"\201C";font-family:serif;position:absolute;top:-1rem;left:0;font-size:6rem;line-height:1;color:var(--primary-color)}.global-image-testimonial.bg-white .testimonial-quote::before{opacity:.5}.testimonial-quote p{font-style:italic;font-weight:500}.testimonial-author-details .name{font-weight:700;margin:0 0 .25rem 0}.testimonial-author-details .position{margin:0;opacity:.8}@media (max-width:900px){.testimonial-wrapper{flex-direction:column;gap:3rem;text-align:center}.testimonial-author-image{width:100%;max-width:250px}.testimonial-quote{padding-left:0;padding-top:3rem}.testimonial-quote::before{top:0;left:50%;transform:translateX(-50%)}}