/*Write Css*/

.testimonial-area .section-title h1 {
    font-size: 44px !important;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.agro-newsletter h3 {
    font-weight: 600;
    margin-bottom: 0 !important;
}

.section-tittle .tittle {
    font-size: 44px !important;
}

@media (max-width: 992px){
    .testimonial-area .section-title h1,
    .barberShop_sectionTitle .title,
    .agro-newsletter h3{
        font-size: 30px !important;
    }
}

@media (max-width: 576px){
    .testimonial-area .section-title h1,
    .barberShop_sectionTitle .title,
    .agro-newsletter h3{
        font-size: 24px !important;
    }
}

