.template-article .article-template__hero-container {
  margin-top: 2.4rem;
}

.template-article .article-template header.page-width--narrow {
  padding-top: clamp(3.2rem, 4.8vw, 5.8rem);
}

.template-article .article-template__title {
  font-size: clamp(3.8rem, 5.1vw, 6.4rem);
  line-height: 1;
}

@media screen and (max-width: 749px) {
  .template-article .article-template__hero-container {
    margin-top: 1.8rem;
  }

  .template-article .article-template header.page-width--narrow {
    padding-top: 3rem;
  }
}
