.page-section h3 {
  font-size: 22px;
  line-height: 24px;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .top-section p {
    font-family: maven_prolight;
    font-size: 1.375em;
    line-height: 1.2em;
  }

  .breadcrumbs {
    display: none;
  }
}

@media screen and (min-width: 999px) {
  .separator__plus {
    margin-bottom: 0;
  }

  .top-section p {
    font-size: 1.625em;
    line-height: 1.2em;
  }

  .page-section p {
    font-size: 18px;
  }
}