.favorite-collection__grid {
  list-style: none;
  padding-left: 0;
  gap: 1.6rem;

  @media (min-width: 750px) {
    gap: 2.4rem;
  }
}
