/* Hazhistoria hero hierarchy: kicker -> gold rule -> H1 -> lead -> CTAs */
.home-hero__copy .eyebrow,
.split-hero .hero-copy .eyebrow {
  margin-bottom: 18px;
}

.home-hero__copy .gold-line,
.split-hero .hero-copy .gold-line {
  display: block;
  margin: 0 0 28px;
}

.home-hero__copy h1,
.split-hero .hero-copy h1 {
  margin-top: 0;
  margin-bottom: 24px;
}

/* Graphic design service icons must decorate cards without colliding with headings. */
.design-service-card .design-service-icon {
  position: static;
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 28px 20px;
  object-fit: contain;
}

.design-service-card .design-hub-number {
  position: absolute;
  top: 28px;
  right: 28px;
  margin: 0;
}

.design-service-card h3 {
  clear: both;
}

@media (max-width:720px) {
  .home-hero__copy .eyebrow,
  .split-hero .hero-copy .eyebrow {
    margin-bottom: 16px;
  }

  .home-hero__copy .gold-line,
  .split-hero .hero-copy .gold-line {
    margin-bottom: 24px;
  }

  .home-hero__copy h1,
  .split-hero .hero-copy h1 {
    margin-bottom: 22px;
  }

  .design-service-card .design-service-icon {
    width: 58px;
    height: 58px;
    margin: 0 24px 18px;
  }
}
