:root{--quote-gap:3rem;--quote-max-width:28rem}@media (min-width:768px){:root{--quote-gap:4rem}}@media (min-width:1024px){:root{--quote-gap:6rem}}.quote-wrapper{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:3rem;gap:3rem;grid-gap:var(--quote-gap);gap:var(--quote-gap);width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}@media (min-width:768px){.quote-wrapper{display:flex;align-items:center;flex-direction:row}}.quote-image{flex:1 1 0;display:flex;position:relative}.quote-image-wrapper{border-radius:9999px;width:100%;aspect-ratio:1;overflow:hidden;margin-left:auto;margin-right:auto}.quote-content,.quote-image-wrapper{max-width:28rem;max-width:var(--quote-max-width)}.quote-content{flex:1 1 0;font-family:var(--font-family-heading);font-weight:900;font-size:clamp(1.25rem,2vw,1.5rem);letter-spacing:1px;line-height:1.25}.quote-author{font-weight:400;font-size:1.125rem;font-style:normal;text-transform:uppercase;font-family:var(--font-family-base);margin-top:2rem;display:block}.quote-symbol{position:absolute;max-width:clamp(6rem,12vw,12rem)}.quote-symbol svg{width:100%;height:auto}