.card-image img {
  width: 100%;
  height: 250px;
  /* or auto with max-height */
  object-fit: contain;
  /* or cover, depending on your image style */ }
