.network_plans ul li span {
        margin-right: 3px;
        margin-left: 3px;
    }
    .network_plans .plans_container div {
    width: 23% !important;
}

@media only screen and (max-width:1638px) {
    .network_plans .plans_container div {
        width: 48% !important;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:862px) {
    .network_plans .plans_container div {
        width: 80% !important;
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
        clear: both
    }
}
@media only screen and (max-width:500px) {
    .network_plans .plans_container div {
        width: 100% !important;
        margin-bottom: 20px;
    }
}