.collection__grid {
  margin-bottom: 5rem;
}

.collection__grid:last-child {
  margin-bottom: 0;
}

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

  .collection__grid {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .collection__grid {
    grid-template-columns: 1fr;
  }
}
