.supply-products-grid {
  display: flex !important;
  flex-wrap: wrap !important;
}

.supply-products-grid > * {
  flex: 0 0 25% !important;
  max-width: 25% !important;
  box-sizing: border-box;
  padding-right: 20px;
}

@media (max-width: 900px) {
  .supply-products-grid > * {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

@media (max-width: 600px) {
  .supply-products-grid > * {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-right: 0;
  }
}

.supply-category-heading {
  margin-top: 60px !important;
}