@media (max-width: 1199px) {
  .fact-item-cont {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .product-overlay {
    opacity: 1;
  }
  
  .ourCaramel1 .product-overlay {
    opacity: 0;
  }

  .product-link::before {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
  }
  
  .ourCaramel1 .product-link::before {
    opacity: 0;
  }

  .product-link:hover::before {
    width: 200%;
    height: 200%;
    opacity: 0.5;
  }

  .fact-item-cont-text {
    padding-left: 0;
    margin-top: 30px;
  }

  .footer-tit {
    margin-top: 30px;
  }

  .footer-tit-left,
  .footer-tit-center,
  .footer-tit-right  {
    text-align: center;
  }

  .footer-products li a,
  .footer-news a {
    justify-content: flex-start;
  }

  .search-words,
  .footer-social {
    justify-content: center;
  }

  .footerCopy p.copyright {
    text-align: center;
    margin-bottom: 20px;
  }

  .heading-desc {
    padding: 0;
  }

  .fact-item {
    margin-bottom: 36px;
  }
}

@media (max-width: 768px) {
  .heading-title {
    font-size: 2rem;
  }

  .fact-item-cont {
    padding: 30px 15px;
  }

  .pageContent {
    padding-top: 50px;
  }
}