/* Dedicated /self-diagnosis/ page. The Alignment Profile (.epi-ap) ships its own
   styling; this only handles page-level layout so it clears the fixed nav and
   centers as the sole content of the page. */
.epi-shell-main .section-self-diagnosis {
  padding: 120px 16px 90px;
  display: flex;
  justify-content: center;
}
.epi-shell-main .section-self-diagnosis .epi-ap {
  width: 100%;
  max-width: 720px;
}
@media (max-width: 768px) {
  .epi-shell-main .section-self-diagnosis { padding-top: 96px; }
}
