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

