.custom-product-card-content {
  min-height: unset;
  justify-content: flex-end;
}
.custom-product-img-con {
  width: 100%;
  height: 100%;
}
.product-image {
  height: 220px;
  width: 100%;
  object-fit: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}
