@media screen and (max-width: 1199px) {
  .doubts img {
    display: none;
  }
  .doubts .col-lg-6 {
    width: 100%;
  }
  .our-products {
    padding: 56px 0;
  }
  .our-products .col-lg-2,
  .our-products .col-lg-10 {
    width: 100%;
  }
  .our-products .container {
    text-align: center;
  }
  .our-products .btn.tab {
    width: 100%;
  }
  
}
@media (max-width: 768px) {
  .our-products .container {
    text-align: left;
  }
}
@media (max-width: 425px) {
  .our-products {
    background-image: url("../../images/bannermobile-ourproducts.webp");
    width: 100%!important;
    background-size: cover;
    
  }
}
