html,
body {
  overflow-x: hidden;
}

.shell {
  width: 100%;
}

.hero-copy,
.quick > div {
  min-width: 0;
}

.quick > div {
  grid-template-columns: 29px minmax(0, 1fr);
}

@media (max-width: 520px) {
  .hero-art {
    display: none;
  }

  .hero-copy {
    max-width: none;
  }

  .quick {
    gap: 7px;
  }

  .quick > div {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }

  .quick-icon {
    grid-row: auto;
  }

  .quick small {
    white-space: nowrap;
  }
}
