/* Match the narrow heading treatment used by the cancellation article. */
@media (max-width: 360px) {
  .article-landing .hero h1 {
    font-size: 36px;
  }
}
