/* Pathway step headings */
.pathway {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: bold;
    line-height: 1.2;
  }
  h1 {
    font-size: 2rem;

    @media (min-width: 992px) {
      font-size: 3rem;
    }
  }
  h2 {
    font-size: 1.75rem;
    margin-bottom: 1rem;

    @media (min-width: 992px) {
      font-size: 2.5rem;
    }
  }
  h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;

    @media (min-width: 992px) {
      font-size: 2rem;
    }
  }
  h4 {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;

    @media (min-width: 992px) {
      font-size: 1.5rem;
    }
  }
  h5,
  h6 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
  }
}
