.section-products-sale-event {
    height: 358px;
  }
  /* Landscape phones and portrait tablets */
  @media (max-width: 767px) {
    .section-products-sale-event {
      height: 100px;
    }
  }
  
  /* Portrait phones and smaller */
  @media (max-width: 480px) {
    .section-products-sale-event {
      height: 100px;
    }
  }