.section-numbers{background:var(--dark-section-bg);color:var(--background-color);padding:6rem 0}.section-numbers--head{grid-template-columns:1fr 2fr;gap:1rem;margin-bottom:5rem;display:grid}@media (width<=768px){.section-numbers--head{grid-template-columns:1fr;gap:1rem}}.section-numbers__title{max-width:20ch;color:var(--background-color);font-size:3rem;font-weight:500}@media (width<=768px){.section-numbers__title{font-size:2rem}}.section-numbers__intro{color:rgba(var(--background-color-rgb),.8);max-width:600px;font-size:1.25rem;font-weight:400}.section-numbers__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;display:grid}.section-numbers__item{background:var(--dark-card-bg);border-radius:var(--radius-sm);flex-direction:column;justify-content:space-between;height:250px;padding:2rem;display:flex}.section-numbers__item.different-content{background-color:#0000;justify-content:center;align-items:center;padding:0 2rem 0 0}@media (width<=768px){.section-numbers__item.different-content{display:none}}.section-numbers__item.action-item{background-color:#0000;justify-content:flex-end;padding:0}@media (width<=768px){.section-numbers__item.action-item{height:auto;margin-top:1rem}}.section-numbers__item-value{color:var(--background-color);font-size:5rem;font-weight:500;display:flex}@media (width<=768px){.section-numbers__item-value{font-size:3.5rem}}.section-numbers__item-label{color:rgba(var(--background-color-rgb),.8);font-size:1rem;font-weight:400}.section-numbers__subtitle{color:var(--background-color);font-size:2.5rem;font-weight:500}@media (width<=768px){.section-numbers__subtitle{font-size:1.75rem}}
