.pageHero.-type-1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 18, 18, 0.5) 0%, rgba(10, 18, 18, 0.38) 45%, rgba(10, 18, 18, 0.22) 100%);
  z-index: 0;
  pointer-events: none;
}

.pageHero.-type-1 .pageHero__content {
  position: relative;
  z-index: 1;
}

.pageHero.-type-1 .pageHero__title {
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.45);
}

.pageHero.-type-1 .pageHero__text {
  font-size: 20px;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
