.product-grid .grid__item {
  padding-bottom: 2rem;
}

.product-grid.negative-margin {
  margin-bottom: ;
      margin-top: 3rem;
}

@media screen and (min-width: 750px) {
  .product-grid .grid__item {
    padding-bottom: 5rem;
  }

  .product-grid.negative-margin {
    margin-bottom: 0;
    margin-top: 6rem;
  }

  .product-grid.negative-margin--small {
    margin-bottom: -1rem;
  }
}

