.page-hero {
  min-height: 340px;
  padding: 130px max(43px, calc((100vw - 1280px) / 2 + 43px)) 70px;
  background-color: #edf3f7;
  background-image:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.82) 0%,
      rgba(255, 255, 255, 0.58) 42%,
      rgba(255, 255, 255, 0.12) 100%
    ),
    url("../../../../assets/images/hero_recruit_1920x600.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
