.custom-card-img {
  width: auto; /* Allow the width to adjust based on the image's aspect ratio */
  height: 200px; /* Set a fixed height for the images */
  object-fit: cover; /* Cover the entire container with the image */
}
