.six-health-section {
  color: var(--ivory);
  background: var(--ink);
}

.six-health-shell {
  padding-block: 112px 110px;
}

.six-health-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(350px, .58fr);
  gap: clamp(72px, 9vw, 134px);
  align-items: end;
}

.six-health-title {
  padding-left: 28px;
  border-left: 5px solid var(--oxblood);
}

.six-health-label {
  margin: 0 0 25px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .22em;
}

.six-health-title h2 {
  max-width: 780px;
  color: var(--ivory);
  font-size: clamp(53px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.six-health-title h2 em {
  color: var(--ivory);
  font-style: italic;
}

.six-health-premise {
  max-width: 440px;
  margin: 0 0 4px;
}

.six-health-premise p {
  margin: 0;
  color: rgba(247, 245, 242, .78);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.72;
  letter-spacing: normal;
}

.six-health-premise .six-health-premise-bridge {
  margin-top: 23px;
}

.six-health-framework {
  margin-top: 96px;
  display: grid;
  grid-template-columns: 1.02fr .9fr 1fr;
  column-gap: clamp(70px, 8vw, 118px);
  row-gap: 64px;
  align-items: start;
}

.six-health-framework article {
  min-width: 0;
}

.six-health-framework h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 15px;
  color: var(--ivory);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.025em;
}

.six-health-framework h3::before {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  content: "";
  background-image: url("assets/official-hero-logo/build-with-miguel-complete-lockup-transparent-web.svg?v=2");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 28px;
}

.six-health-framework p {
  max-width: 330px;
  margin: 0;
  color: rgba(247, 245, 242, .61);
  font-size: 15px;
  line-height: 1.72;
}

.six-health-conclusion {
  margin-top: 112px;
  padding-left: 28px;
  border-left: 5px solid var(--oxblood);
}

.six-health-capacity {
  max-width: 1110px;
  margin: 0;
  color: var(--ivory);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 2.8vw, 41px);
  font-weight: 400;
  line-height: 1.27;
  letter-spacing: -.025em;
}

.six-health-capacity em {
  color: var(--gold);
  font-style: italic;
}

.six-health-thesis {
  max-width: 1090px;
  margin: 34px 0 0;
  color: var(--ivory);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 2.3vw, 33px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -.028em;
}

.six-health-thesis span {
  display: block;
  margin-bottom: 7px;
  color: var(--gold);
  font-style: italic;
}

@media (max-width: 900px) {
  .six-health-section {
    display: none;
  }
}
