@media (min-width: 560px) and (max-width: 919px) {
  .card-deck .card {
    flex-basis: 50% !important;
    max-width: 45%;
  }
}
