/*Write Css*/

.tabsproducts-listing .section-title h2,
.tabs-container .section-title h2,
.testimonial .section-title h1{
    color: #222 !important;
    font-size: 40px !important;
    font-weight: 600 !important;
}



@media (max-width: 576px){
    .tabsproducts-listing .section-title h2,
    .tabs-container .section-title h2,
    .testimonial .section-title h1{
        font-size: 28px !important;
    }   
}