.sova-quote-main { width: 100%; position: relative; overflow: hidden; text-align: center; font-family: var(--font-body-family); font-style: var(--font-body-style); font-weight: var(--font-body-weight); }
.sova-quote-main .sova-label { display: block; font-weight: 500; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: rgba(var(--color-foreground), .4); line-height: 1.1; }
.sova-quote-main blockquote { margin: 0 auto 36px; max-width: 16ch; color: rgb(var(--color-foreground)); font-family: var(--font-heading-family); font-style: var(--font-heading-style); font-size: clamp(34px, 6vw, 92px); font-weight: 300; line-height: 1.02; letter-spacing: -.035em; border: none; padding: 0; }
