.fl-cta-band {
  text-align: center;
}

.fl-cta-band__inner {
  padding: clamp(2rem, 4vw, 2.75rem) clamp(1.5rem, 4vw, 2.5rem);
  background:
    radial-gradient(ellipse 80% 120% at 20% 0%, rgba(215, 110, 1, 0.2), transparent 55%),
    radial-gradient(ellipse 60% 80% at 90% 100%, rgba(197, 37, 41, 0.12), transparent 50%),
    var(--fl-glass-bg);
}

.fl-cta-band__inner .fl-display-title {
  margin-bottom: 0.5rem !important;
}

.fl-cta-band__inner .fl-lead {
  max-width: 36rem;
  margin-inline: auto !important;
}

.fl-cta-band__actions {
  margin-top: 1.25rem;
  justify-content: center !important;
}
