.stats__wrapper{display:grid;grid-template-columns:repeat(var(--per-row),1fr);justify-content:space-between}@media not screen and (min-width:768px){.stats__wrapper{grid-template-columns:1fr}}.stats__wrapper .statistic{align-items:center;border:2px solid #000;display:flex;flex-direction:column;justify-content:center;margin:15px;padding:30px;text-align:center}.stats__wrapper .statistic__figure{font-size:var(--heading-font-size);font-weight:700}@media not screen and (min-width:1024px){.stats__wrapper .statistic__figure{font-size:32px}}.stats__wrapper .statistic__description{font-size:28px;font-weight:700}@media not screen and (min-width:1024px){.stats__wrapper .statistic__description{font-size:20px}}