@media (min-width: 1200px) {
  .module-products__list > .row > .col-xl-3 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
}
