/* ------------ Mailchimp Styles ---------- */
.slider-con>h3{
    /* max-width: 100%; */
    max-width: 330px;
}
@media only screen and (max-width: 1199px){
    .zwc-bottom-head h2 {
        max-width: 710px;
    }
}

@media only screen and (max-width: 991px){
    .zwc-info-con>h2 {
        max-width: 510px;
    }   
    .slider-con>h3 {
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    } 
}
@media only screen and (max-width: 767px){
    .slider-con>h3 {
        max-width: 340px;
    } 
}
@media only screen and (max-width: 480px){
    .slider-con>h3 {
        max-width: 310px;
    } 
}
/* ------------ Mailchimp Styles ---------- */