img.card-img-top {
  height: 300px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  img.card-img.top {
    height: 220px;
  }
}