.collection__grid {
  padding: 11.2rem 0;
}

@media screen and (max-width: 749px) {
  .collection__grid.grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 3rem 0;
  }
}

.collection--no-spacing-bottom .collection__grid:last-child {
  padding-bottom: 0;
}
