@media screen and (max-width:991px) {
    
    
    
    
}
@media screen and (max-width:767px){
    
}


@media screen and (min-width:768px) and (max-width:991px) {
    .single_streaming{
        width: calc(50% - 30px);
        margin: 15px;
    }
    .img_server_benefits{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .img_server_benefits img{
        margin-top: 15px;
        width: auto !important;
        height: auto !important;
    }
    .content_server_benefits{
        width: 100%;
    }
    .stream_img{
        width: 100%;
    }
    .content_streaming{
        width: 100%;
    }
    .single_feauter_box{
        width: calc(50% - 30px);
        margin: 15px;
    }
    .single_filter{
        width: calc(50% - 30px);
        margin: 15px;
    }
    .list_table_content{
        overflow: auto;
    }
    .list_table_content table{
        flex-wrap: unset;
        width: max-content;
    }
}
@media screen and (min-width:576px) and (max-width:767px) {
    .single_server_benefits{
        width: calc(50% - 30px);
        margin: 15px;
    }
    .single_streaming{
        width: calc(50% - 30px);
        margin: 15px;
    }
    .img_server_benefits{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .img_server_benefits img{
        margin-top: 15px;
        width: auto !important;
        height: auto !important;
    }
    .content_server_benefits{
        width: 100%;
    }
    .stream_img{
        width: 100%;
    }
    .content_streaming{
        width: 100%;
    }
    .single_feauter_box{
        width: calc(50% - 30px);
        margin: 15px;
    }
    .single_filter{
        width: calc(50% - 30px);
        margin: 15px;
    }
    .list_table_content{
        overflow: auto;
    }
    .list_table_content table{
        flex-wrap: unset;
        width: max-content;
    }
}
@media screen and (max-width:575px){
    .single_streaming{
        width: calc(100% - 30px);
        margin: 15px;
    }
    .single_server_benefits{
        width: calc(100% - 30px);
        margin: 15px;
    }
    .img_server_benefits img{
        width: 100% !important;
    }
    .single_feauter_box{
        width: calc(100% - 30px);
        margin: 15px;
    }
    .single_filter{
        width: calc(100% - 30px);
        margin: 15px;
    }
    .img_server_benefits{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .content_server_benefits{
        width: 100%;
    }
    .stream_img{
        width: 100%;
    }
    .content_streaming{
        width: 100%;
    }
    .list_table_content{
        overflow: auto;
    }
    .list_table_content table{
        flex-wrap: unset;
        width: max-content;
    }
}