#product-grid .product-card-info {
  display: flex;
  flex-direction: column;
}
#product-grid .product-card-info .price {
  margin-top: auto;
  padding-top: 6px;
}
#product-grid .product-card {
  margin-bottom: 36px;
}
@media only screen and (min-width: 768px) {
  #product-grid .product-card {
    margin-bottom: 46px;
  }
}
