.section { padding:5rem 0; }
@media(min-width:1024px){.section{padding:7rem 0}}
.section-label { color:var(--primary); font-weight:600; font-size:.875rem; text-transform:uppercase; letter-spacing:.1em; margin-bottom:1rem; display:block; }
.section-title { font-family:var(--font-heading); font-size:1.875rem; font-weight:700; text-transform:uppercase; margin-bottom:1rem; }
@media(min-width:768px){.section-title{font-size:2.25rem}}
@media(min-width:1024px){.section-title{font-size:3rem}}
.section-desc { color:var(--muted-foreground); font-size:1.125rem; max-width:42rem; }
.section-header { margin-bottom:3rem; }
.section-header.centered { text-align:center; }
.section-header.centered .section-desc { margin:0 auto; }
