@media (max-width:1500px){
  
}

/* 1200px ==------------------------------------- */
@media (max-width: 1200px){
 
 
}
/* 1200px ==------------------------------------- */


/* 1024px ==------------------------------------- */
@media (max-width: 1024px){
    h2 {
        font-size: 31px;
    }
    .founder-bio .item-content h2 {
        font-size: 33px;
    }
    h2.header-section{
        font-size: 30px;
    }
}
/* 1024px ==------------------------------------- */
 
/* 991px ==------------------------------------- */
@media (max-width: 991px){ 


}
/* 991px ==------------------------------------- */

/* 768px ==------------------------------------- */
@media (max-width: 768px){
    .ticker-text h3{
        font-size: 19px;
    }
    .page_title h1, .page_title h2 {
        font-size: 27px;
        font-weight: 500;
    }
    .products-section .product-detail .main-image .title h3 {
        font-weight: 600;
        font-size: 22px;
    }
    .details-by-block .block-item .tab-content-sec .title h3{
        font-weight: 600;
        font-size: 22px;
    }
    .products-section .product-detail .produce-sec .main-title h3{
        font-weight: 600;
        font-size: 22px;
    }
    .products-section .product-detail .video-sec .main-title h3{
        font-weight: 600;
        font-size: 22px;
    }
    .gallery-section .main-title h3{
        font-weight: 600;
        font-size: 22px;
    }
}
/* 768px ==------------------------------------- */

/* 600px ==------------------------------------- */
@media (max-width: 600px){
    h5 {
        font-size: 22px;
      }
}
/* 600px ==------------------------------------- */

/* 350px ==------------------------------------- */
@media (max-width: 350px){
 
}

/* 350px ==------------------------------------- */
