#custom-article-content.rte.article__content {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 16px;
  }
  h1,
  h2 {
    font-size: 36px;
    padding-bottom: 12px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Quattrocento Sans', sans-serif;
  }
  h5 {
    font-size: 20px;
    font-weight: 600;
  }
  h6 {
    font-size: 18px;
    font-family: 'Quattrocento Sans', sans-serif;
  }
  p,
  li {
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 18px;
  }

  hr {
    margin: 40px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}
