.w-counter .w-counter-value {
  color: #fff;
  font-family: "Space Grotesk" !important;
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 80% !important;
}
@media (max-width: 1024px) {
  .w-counter .w-counter-value {
    font-size: 32px !important;
  }
}
