.aircrew-health-page .content-hero-media {
  inset: 84px 0 0;
}

.aircrew-health-page .content-hero-media img {
  object-position: center;
}

.aircrew-health-page .content-hero::before {
  background:
    linear-gradient(90deg, rgba(4, 17, 30, 0.98) 0%, rgba(4, 17, 30, 0.91) 38%, rgba(4, 17, 30, 0.22) 68%, rgba(4, 17, 30, 0.06)),
    linear-gradient(0deg, rgba(4, 17, 30, 0.7), transparent 48%);
}

.aircrew-health-page .content-hero-copy {
  width: min(780px, 58%);
}

.aircrew-health-page .content-hero h1 {
  font-size: clamp(44px, 3.6vw, 64px);
  white-space: nowrap;
}

.health-capability-table {
  margin-top: 70px;
  background: var(--white);
}

.health-title-lines span {
  display: block;
  white-space: nowrap;
}

.health-proof {
  color: #fff;
  background: #071827;
}

.health-proof .content-heading h2,
.health-proof .health-proof-copy h3 {
  color: #fff;
}

.health-proof .content-heading p {
  color: rgba(220, 232, 243, 0.72);
}

.health-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: clamp(56px, 7vw, 112px);
  margin-top: 64px;
  padding-top: 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.health-proof-copy h3 {
  margin: 0 0 24px;
  font-size: clamp(28px, 2.4vw, 40px);
  line-height: 1.25;
}

.health-proof-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(20px, 1.7vw, 27px);
  line-height: 1.75;
}

.health-proof-copy small {
  display: block;
  margin-top: 28px;
  color: rgba(220, 232, 243, 0.62);
  font-size: 14px;
  line-height: 1.8;
}

.health-client-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.health-client-list li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.health-client-list strong {
  color: #fff;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 600;
}

.health-client-list span {
  color: #63b7ff;
  font-size: 13px;
  white-space: nowrap;
}

@media (max-width: 1040px) {
  .aircrew-health-page .content-hero-copy {
    width: 68%;
  }

  .aircrew-health-page .content-hero h1 {
    font-size: clamp(40px, 5.4vw, 56px);
  }

  .health-proof-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}

@media (max-width: 720px) {
  .aircrew-health-page .content-hero-media {
    inset: 72px -24px 0 -24px;
  }

  .aircrew-health-page .content-hero-media img {
    object-position: 67% center;
  }

  .aircrew-health-page .content-hero-copy {
    width: 100%;
  }

  .aircrew-health-page .content-hero h1 {
    max-width: 100%;
    font-size: clamp(31px, 8.8vw, 40px);
    white-space: normal;
  }

  .health-capability-table {
    margin-top: 48px;
  }

  .health-title-lines span {
    white-space: normal;
  }

  .health-proof-grid {
    margin-top: 44px;
    padding-top: 32px;
  }

  .health-client-list li {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 20px 0;
  }
}
