/* Component: or-stat-counter */

.or-stat-counter-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.or-stat-counter-value {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  font-family: "GCGrind", Verdana, Arial, sans-serif;
}

.or-stat-counter-label {
  color: #19a7c7;
  font-size: 1rem;
}
