img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-device-width: 786px) {
  .col-md-6 {
    flex: none;
    max-width: 100% !important;
  }
}
