/* .rfx-page-hero {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent);
} */
.rfx-section--soft .rfx-section-head {
  margin-bottom: 1.6rem;
}
.rfx-checklist-questions {
  margin: 0 0 1.5rem;
  padding: 0 0 0 1.2rem;
  display: grid;
  gap: 0.65rem;
  color: var(--rfx-muted);
  max-width: 40rem;
}
.rfx-checklist-questions li {
  padding-left: 0.35rem;
  line-height: 1.5;
}
