.quote {font-family:var(--serifFontFamily); line-height:1.5; font-weight:var(--fw-medium); font-size:var(--fs-body-text-xlarge); margin-bottom:3rem; position:relative; padding:3rem 0 4rem 0;}
.quote::before, .quote::after {content:'“'; line-height:1; position:absolute; top:0; left:-0.5rem; font-size:94px; color:var(--secondary-700);}
.quote::after {top:auto; bottom:0; content:'”';}
.quote-name {font-family:var(--serifFontFamily); font-weight:var(--fw-medium); font-size:var(--fs-body-text-large);}
.quote-company {text-transform:uppercase; font-size:var(--fs-body-text-small);}
.quote-logo-container {width:230px; height:43px; display:flex; align-items:center; justify-content:flex-start; overflow:hidden;}
.quote-logo-container img {max-width:100%; max-height:100%; height:auto; width:auto; object-fit:contain;}