.hns-recruitment-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 560px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #151515;
  color: #fff9e8;
  text-align: center;
}

.hns-recruitment-hero *,
.hns-recruitment-hero *::before,
.hns-recruitment-hero *::after {
  box-sizing: border-box;
}

.hns-recruitment-hero__media,
.hns-recruitment-hero__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hns-recruitment-hero__media {
  display: block;
  margin: 0;
}

.hns-recruitment-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hns-recruitment-hero__shade {
  z-index: -1;
  background: rgba(0, 0, 0, 0.54);
}

.hns-recruitment-hero__inner {
  width: min(100% - 32px, 1120px);
  margin: 72px auto 0;
  padding: 96px 0 76px;
}

.hns-recruitment-hero__heading {
  max-width: 1040px;
  margin: 0 auto 20px;
  color: #fff6dc;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}

.hns-recruitment-hero__description {
  max-width: 920px;
  margin: 0 auto;
  color: rgba(255, 249, 232, 0.94);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.46);
}

@media (max-width: 849px) {
  .hns-recruitment-hero {
    min-height: 470px;
  }

  .hns-recruitment-hero__inner {
    margin-top: 54px;
    padding: 84px 0 62px;
  }
}

@media (max-width: 549px) {
  .hns-recruitment-hero {
    min-height: 430px;
  }

  .hns-recruitment-hero__inner {
    width: min(100% - 24px, 1120px);
    margin-top: 48px;
    padding: 72px 0 56px;
  }

  .hns-recruitment-hero__heading {
    font-size: 30px;
  }

  .hns-recruitment-hero__description {
    font-size: 18px;
  }
}
