@media (max-width: 768px) {
  .product-listing {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
  }

  .product-item {
    width: 48% !important;
    margin-bottom: 20px !important;
  }
}
