

@media (max-width: 1365px){

    .single-pricing.style4 {
        background-size: cover;
    }
}

@media (max-width: 767px){
    
    .single-pricing.style4 {
        display: block;
    }
    .single-pricing.style4 .pricing_content{
        width: 100%;
    }
    .single-pricing.style4 .pricing_body{
        width: 100%;
    }

    .subscribe-form input[type="email"]{
        width: 100%;
    }
    .subscribe-form input[type="submit"]{
        left: 0;
        right: 0;
        margin-top: 15px;
    }
}