/*Write Css*/

.agro-newsletter h3 {
    font-size: 42px !important;
    font-weight: 600;
    line-height: 1.2;
    color: var(--heading-color);
    margin: 0 0 30px 0;
}

@media (max-width: 992px){
    .agro-newsletter h3 {
        font-size: 28px !important;    
    }
}

@media (max-width: 576px){
    .services-thumb.agro {
        margin: 70px 0 0 0; 
    }
}