@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 33.3%;
  }
}

