section.cta-numbers {
  --_number-color: var(--number-color, var(--blue-light));
  text-align: center;
}
section.cta-numbers.bg-blue-light {
  --number-color: var(--white);
}
section.cta-numbers.bg-yellow-light {
  --btn-bg: var(--blue-light);
}
section.cta-numbers .wysiwyg {
  font: var(--lead-font);
}
section.cta-numbers .number {
  width: clamp(60px, 5.5vw, 80px);
  height: clamp(60px, 5.5vw, 80px);
  border-radius: 100%;
  background: var(--_number-color);
  font: var(--h3-font);
  font-family: var(--body-family);
  font-weight: 600;
}
section.cta-numbers .text {
  font: var(--lead-font);
}