/* Single Knowledge Area / Service page refinements. */
body.single-panith_service .panith-service-page > .panith-page-hero {
  text-align: center;
}

body.single-panith_service .panith-service-page > .panith-page-hero .section-kicker,
body.single-panith_service .panith-service-page > .panith-page-hero h1,
body.single-panith_service .panith-service-page > .panith-page-hero p,
body.single-panith_service .panith-service-page > .panith-page-hero .hero-actions {
  margin-left: auto;
  margin-right: auto;
}

body.single-panith_service .panith-service-page > .panith-page-hero .section-kicker {
  width: fit-content;
}

body.single-panith_service .panith-service-page > .panith-page-hero h1 {
  max-width: 900px;
  text-align: center;
}

body.single-panith_service .panith-service-page > .panith-page-hero p {
  max-width: 72ch;
  text-align: center;
}

body.single-panith_service .panith-service-page > .panith-page-hero .hero-actions {
  justify-content: center;
}

@media (max-width: 700px) {
  body.single-panith_service .panith-service-page > .panith-page-hero .hero-actions {
    align-items: center;
  }

  body.single-panith_service .panith-service-page #learning-path .panith-module.panith-reveal,
  body.single-panith_service .panith-service-page #learning-path .panith-content-card.panith-reveal,
  body.single-panith_service .panith-service-page #learning-path .panith-content-card .panith-heading-reveal {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
  }
}
