.product-card__image {
  height: 300px !important;
  overflow: hidden !important;
}
.product-card__image img.main-image,
.product-card__image img.second-image {
  height: 100% !important;
  object-fit: cover !important;
}
@media (max-width: 768px) {
  .product-card__image {
    height: 200px !important;
  }
}
@media (min-width: 768px) {
  .md\:text-6xl {
    font-size: 48px !important;
  }
}