.chiropractic-hero .hero__bg {
  background-image: url("https://assets.hui.systems/9J9iA2pZ9jbhAChx2hvXO/images/hero.jpg");
}

.chiropractic-bio {
  max-width: 720px;
  margin: 0 auto 3.5rem;
}

.chiropractic-bio__title {
  margin: 0 0 1.25rem;
  text-align: center;
}

.chiropractic-bio__text p {
  margin: 0 0 1rem;
  color: var(--color-text-muted);
  line-height: 1.7;
}

.chiropractic-bio__text p:last-child {
  margin-bottom: 0;
}

.chiropractic-hero .hero__overlay {
  background: linear-gradient(
    135deg,
    rgba(240, 244, 248, 0.92) 0%,
    rgba(240, 244, 248, 0.62) 42%,
    rgba(240, 244, 248, 0.1) 82%
  );
}

.chiropractic-cta {
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}

.chiropractic-cta h2 {
  margin-top: 0;
}

.chiropractic-cta p {
  margin-bottom: 1.2rem;
}

.chiropractic-cta__actions {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
