@media (min-width: 1400px) {
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 33%;
  }
}

