.funnel-stage {
  background: linear-gradient(180deg, rgba(217, 255, 86, 0.22), rgba(217, 255, 86, 0.12)), #eef3d8 !important;
  border-color: rgba(217, 255, 86, 0.45) !important;
}

.funnel-stage-head span,
.funnel-stage-head strong,
.funnel-stage-body h3,
.funnel-stage-body small,
.funnel-stage-body p {
  color: #1b2312 !important;
  text-shadow: none !important;
}

.funnel-stage-head span {
  font-weight: 800 !important;
}

.funnel-stage-head strong {
  opacity: 0.94 !important;
}

.funnel-stage-body h3 {
  font-size: clamp(1.55rem, 2.2vw, 2.2rem) !important;
  font-weight: 800 !important;
}

.funnel-stage-body small {
  opacity: 0.9 !important;
}

.funnel-stage-body p {
  max-width: 24ch !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}
