/* Add custom CSS styles below */ 
h1.font-bold.text-2xl.mb-6 {
  color: #16195c !important;
}

@media (max-width: 768px) {
  .product-card__subtitle {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .s-products-slider-slider .product-card__content-wrapper {
    min-height: 150px;
  }
}