/*
 * Homepage trust-card overlap.
 *
 * The cards are about 275px tall at the standard desktop viewport. A 220px
 * lift keeps roughly 80% inside the hero while the remaining 20% hangs into
 * the following section. Tablet and mobile placement remains unchanged.
 */
@media (min-width: 1367px) {
  .hero.hero-split + .wrap > .trust-trio {
    margin-top: -220px;
  }
}
