#service_net_image {
    width: 40.5%;
}
@media screen and (max-width: 1800px) {
    #service_net_image {
        width: 55.5%;
    }
}
@media screen and (max-width: 1260px) {
    #service_net_image {
        width: 66.5%;
    }
}
@media screen and (max-width: 1050px) {
    #service_net_image {
        width: 75.5%;
    }
}

@media screen and (max-width: 880px) {
    #service_net_image {
        width: 85.5%;
    }
}

@media screen and (max-width: 801px) {
    #service_net_image {
        width: 93%;
    }
}
