

/* CSS from section stylesheet tags */
.about-kicker{letter-spacing:.08em;text-transform:uppercase;color:var(--color-foreground-50,#666);margin:0 0 8px}
.about-heading{text-align:center;margin:0 0 10px}
.about-text{max-width:950px;margin:0 auto 24px;line-height:1.75}
.about-figure{max-width:950px;margin:18px auto}
.about-cap{font-size:.9rem;color:var(--color-foreground-70,#666);margin-top:6px;text-align:center}
.about-img{width:100%;height:auto;border-radius:14px;display:block}
.about-row{display:grid;gap:12px;grid-template-columns:repeat(1,1fr);max-width:950px;margin:14px auto}
@media (min-width:740px){.about-row{grid-template-columns:repeat(3,1fr)}}
.about-mosaic{display:grid;gap:10px;grid-template-columns:repeat(2,1fr);max-width:1100px;margin:16px auto}
@media (min-width:900px){.about-mosaic{grid-template-columns:repeat(3,1fr)}}
.about-mosaic__cell{overflow:hidden;border-radius:12px}
.about-buttons{margin:16px auto 0;display:flex;gap:12px;justify-content:center}