:root {
  --font-body: PP Telegraf, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-heading: Emotive Sands, PP Telegraf, Helvetica Neue, Helvetica, Arial, sans-serif;
}

[class*=mobile] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0;
}

@media screen and (max-width: 960px) {
  [class*=mobile] {
    display: block !important;
    visibility: visible !important;
    opacity: 1;
  }
}
.layout__stats_3 .layout__content .stat {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.layout__stats_3 .layout__content .stat .stat__value {
  font-family: var(--font-heading) !important;
  font-weight: 600;
  font-size: 7.5rem;
  letter-spacing: -0.04em;
  line-height: 1.25;
  color: var(--section-heading-color, inherit);
}
.layout__stats_3 .layout__content .stat .stat__description {
  font-family: var(--font-heading) !important;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.25;
  color: var(--section-color, inherit);
}

@media screen and (max-width: 960px) {
  .layout__stats_3 .layout__content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .layout__stats_3 .layout__content .stat .stat__value {
    font-size: 4rem;
  }
}