@import "https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;700;900&family=Lato:wght@300;400&display=swap";
.section-description{background:var(--vs-theme-surface-muted);flex-direction:column;gap:2rem;padding:2rem 2.5rem 2.5rem;display:flex;position:relative}.section-description:before{content:"";border-top:3px solid var(--vs-theme-primary);margin:0 0 .5rem;display:block}.section-description__text{color:var(--vs-theme-text);background:var(--vs-theme-surface);border-radius:12px;padding:1.75rem 2rem;font-family:Lato,sans-serif;font-size:1.05rem;line-height:1.8;box-shadow:0 2px 10px #3b53231a}.section-description__stats{flex-wrap:wrap;gap:2.5rem;padding-bottom:1.5rem;display:flex}.section-stat{flex-direction:column;gap:.2rem;display:flex}.section-stat__value{color:var(--vs-theme-primary);font-family:Raleway,sans-serif;font-size:2rem;font-weight:900;line-height:1}.section-stat__label{letter-spacing:.1em;text-transform:uppercase;color:var(--vs-theme-text-muted);font-family:Lato,sans-serif;font-size:.78rem}@media (max-width:640px){.section-description{gap:1.5rem;padding:2rem 1.5rem}.section-description__stats{gap:1.5rem}.section-stat__value{font-size:1.6rem}}
