.stats-section{margin:0 auto;max-width:85%;padding:2rem 1rem}.stats-heading{margin-bottom:1.5rem}.stats-container{display:flex;flex-direction:column;flex-wrap:wrap;gap:1.5rem}.stat-card{background:#fafaf7;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05);cursor:pointer;margin:10px 0;padding:1.5rem;text-align:center}.stat-value{font-weight:600;margin-bottom:.5rem}.stat-description{line-height:1.4}@media (min-width:768px){.stats-container{flex-direction:row}}