.statistic-item__number {font-weight: 700; font-size: 3.5rem !important;}
.stastistic-item { min-width: 225px; }
/*.statistics, .statistics-wrapper { min-width: 800px; }*/
@media (min-width: 1024px) and (max-width: 1500px) {
  .statistics-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}