/* Collection */
@media screen and (min-width: 769px) {
  .collection__grid[data-cols="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* Hero Alt */
.hero-alt__container .hero-alt__body {
  padding-bottom: 2.5rem;
}