.section-landingpage-product-3.view-product .product-list .item-product .title-product a h3{
      font-size: 15px;
      line-height: 1.25;
}
.footer-noimg .information .menu-contact a{
  font-size: 17px;
}
.footer .information .menu-contact a.tx_email,
.footer-noimg .information .menu-contact a.tx_email{
  font-size: 15px;
}

@media screen and (max-width: 1375px) {
  .hero-slider .carousel-item img{
    height: auto;
    object-fit: inherit;
  }
  .hero-slider .carousel-item{
    height: auto
  }
}

@media screen and (max-width: 767px) {
  footer.footer {
    background-image: none;
    background-image: url(../../asset_lib/images/bg-footer_mob.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    background-color: #213f98;
  }
  footer.footer .brand-footer img.brand-footer {
    margin-top: 12rem;
    margin-bottom: 3rem;
  }
  footer.footer .title-footer {
    margin-bottom: 2rem;
  }
  footer.footer .information .menu-contact a svg {
    width: auto;
    height: auto;
    max-width: 22px;
  }
}

@media screen and (min-width: 768px) and (max-width: 979px){
  .hero-slider .carousel-item img,
  .hero-slider .carousel-item{
    max-height: inherit;
    height: auto;
  }
}

/*# sourceMappingURL=style_fix.css.map */