/* Add custom CSS styles below */
.index {
  .product-card__image , .product-card__image img {
    max-height: 300px;
  }
}
@media (max-width: 768px){
.s-block--about .flex.flex-col-reverse {
    flex-direction: column;
    text-align: center;
}
.index {
  .product-card__image , .product-card__image img {
    max-height: 230;
  }
}}