/* Approved growth and television-advertising artwork includes its dark left edge. */
.hero.home-hero {
  background: #071b2d url("/home-growth-tv-advertising.webp") center / cover no-repeat;
  min-height: 610px;
}
.home-hero h1 { max-width: 790px; }
.home-hero p { max-width: 680px; }
@media (max-width:850px) {
  .hero.home-hero {
    min-height: 0;
    background-image: linear-gradient(rgba(7,27,45,.55), rgba(7,27,45,.55)), url("/home-growth-tv-advertising.webp");
    background-position: 80% center;
  }
}
