/* Keep the carrier heading within the shared article card on narrow phones. */
@media (max-width: 360px) {
  .article-landing .hero h1 {
    font-size: 36px;
  }
}
