@media only screen and (min-width : 992px) {
    .col-lg-4 {
      max-width: 50%;
      flex:50%;
    }
  }