.superHero__customSection {
  --customSectionAfterBackground: linear-gradient(
    180deg,
    transparent 0%,
    rgba(20, 141, 217, 0.95) 90%
  ) !important;
  --customSectionBeforeBackground: #148dd9 !important;
}

.superHero__customSectionBackground {
  background: #148dd9 !important;
}
