.stats-section {
  background: #fff;
}

.stats-kicker {
  color: #6b8f3a;
  letter-spacing: .08em;
}

.stats-intro {
  max-width: 720px;
  color: #25144e;
}

.stat-item {
  padding: 2rem 1rem;
  border-top: 3px solid #6b8f3a;
}

.stat-number {
  font-size: clamp(2.8rem, 6vw, 3rem);
  line-height: 1;
  font-weight: 600;
  color: var(--bs-form-invalid-color);
  margin-bottom: .75rem;
}

.stat-label {
  font-weight: 700;
  color: #25144e;
}

