.card-image {
  height: 80vh;
}

@media (min-width: 768px) {
  .card-image {
    height: 50vh;
  }
}
