@media(max-width:1024){
    .setup .container{
        display: block !important;
    }
}
@media(max-width: 768px){
    .hero_images{
        width: 100px !important;
    }
    .hero_images .tail{
        opacity: 0;
    }
    .network_item1 h1{
        font-size: 35px;
    }
    .setup_img1 img{
        width: 500px !important;
    }
}

@media(max-width:600px){
    .setup_img1 img{
        width: 400px;
        text-align: start;
    }
    .setup_text{
        font-size: 10px !important;
    }
    .text-container{
        margin-top: -20px;
        margin-left: -5px;
    }
    .text-container .typewriter{
        font-size: 15px;
    }
    .hero_main-text{
        font-size: 25px !important;
    }
    .hero_images{
        width: 50px !important;
    }
}

