.quote-section{background:var(--grey)}.quote-section .quote-flex{min-height:500px;display:flex;align-items:stretch;width:100%;margin:0 auto;justify-content:flex-end}.quote-section .quote-text{width:50%;display:flex;flex-direction:column;justify-content:center;padding:4rem 3rem;max-width:800px}.quote-section .section-quote{font-family:var(--font-display);font-size:clamp(2rem, 3.5vw, 3.2rem);font-weight:700;line-height:1.15;color:var(--dark);color:var(--dark)}.quote-section .quote-image{width:50%;background-size:cover;background-position:center;min-height:500px;object-fit:cover}@media (max-width:1024px){.quote-section .quote-flex{flex-direction:column;min-height:auto}.quote-section .quote-text,.quote-section .quote-image{width:100%;max-width:100%}.quote-section .quote-image{min-height:350px}.quote-section .quote-text{padding:2.5rem 1.5rem}}@media (max-width:768px) and (orientation:portrait){.quote-section .quote-text{padding:2rem 1.5rem}}