.page-template-page-learn-bodysystems {
  background: #d8eed3;
  overflow-x: auto;
}

.learn-page {
  max-width: 980px;
  min-width: 980px;
  margin: 0 auto;
  padding: 48px 0 46px;
  color: #0f5a35;
  background: #d8eed3;
}

.learn-page-title {
  margin: 0 0 52px;
  font-size: 46px;
  font-weight: 300;
  line-height: 1;
}

.learn-content-wrap {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  background: #f4f3e8;
  align-items: stretch;
}

.learn-text-panel {
  padding: 32px 36px 22px;
  background: #f4f3e8;
}

.learn-text-panel h2 {
  margin: 0 0 14px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 400;
}

.learn-text-panel h2 p {
  margin: 0;
}

.learn-description {
  font-size: 17px;
  line-height: 1.75;
  color: #0f5a35;
}

.learn-description p {
  margin: 0 0 18px;
}

.learn-price {
  margin: 28px 0 18px;
  font-weight: 700;
  font-size: 17px;
}

.learn-button {
  display: inline-block;
  padding: 13px 28px;
  border-radius: 999px;
  background: #3f7b58;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.22em;
  font-size: 14px;
}

.learn-image-panel {
  position: relative;
  overflow: hidden;
  min-height: 0;
}

.learn-image-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* BODY SYSTEMS EXTRA SECTION */
.body-systems-extra {
  margin-top: 90px;
  padding: 0 28px;
}

.body-systems-extra h2 {
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 26px;
}

.body-systems-extra-intro {
  font-size: 17px;
  line-height: 1.7;
  max-width: 940px;
  margin-bottom: 44px;
}

.body-systems-extra-grid {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 48px 70px;
  font-size: 17px;
  line-height: 1.6;
}

.body-system-description p {
  margin: 0;
}

@media (max-width: 768px) {
  .body-systems-extra {
    margin-top: 50px;
    padding: 0;
  }

  .body-systems-extra-grid {
    grid-template-columns: 1fr;
    gap: 12px 0;
  }

  .body-system-description {
    margin-bottom: 28px;
  }
}

.learn-disclaimer {
  max-width: 460px;
  margin: 58px auto 0;
  text-align: center;
  font-style: italic;
  font-size: 17px;
  line-height: 1.55;
}

/* MOBILE */
@media (max-width: 768px) {
  .page-template-page-learn-wahealings {
    overflow-x: hidden;
  }

  .learn-page {
    min-width: 0;
    padding: 38px 20px;
  }

  .learn-page-title {
    font-size: 38px;
    margin-bottom: 30px;
  }

  .learn-content-wrap {
    grid-template-columns: 1fr;
  }

  .learn-text-panel {
    padding: 28px 24px 34px;
  }

  .learn-text-panel h2 {
    font-size: 28px;
  }

  .learn-image-panel {
    position: relative;
    overflow: visible;
  }

  .learn-image-panel img {
    position: static;
    width: 100%;
    height: auto;
  }

  .learn-disclaimer {
    margin-top: 40px;
  }
}