/* Industries page hero: reuse the Services hero scale with the Industries artwork. */
.industries-hero {
  --services-hero-image: url("../../images/industries.png");
}

.industries-hero::before {
  background:
    linear-gradient(90deg, rgba(5, 14, 29, 0.9) 0%, rgba(7, 19, 36, 0.68) 36%, rgba(7, 19, 36, 0.2) 64%, rgba(5, 14, 29, 0.08) 100%),
    linear-gradient(180deg, rgba(5, 14, 29, 0.08), rgba(5, 14, 29, 0.24));
}
