.hide_container{
    width: 100% !important;
    padding: 0 !important;
    max-width: 100% !important;
}
.hide_container .vc_column-inner {
    padding: 0 !important;
}
.sports_new_block_2 {
    padding: 0 0 50px 0;    
}

.sports_new_block_2 .border-top-bottom {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 80px 0 80px 0;
    float: left;
    width: 100%;
}

.sports_new_block_2 .border-top-bottom .icon_div {
    width: 25%;
    float: left;
    text-align: center;
    padding-bottom: 30px;
}

.sports_new_block_2 .border-top-bottom .text_div {
    width: 75%;
    float: left;
}

.sports_new_block_2 .border-top-bottom .text_div h3 {
    padding-bottom: 10px;
}

.sports_new_block_2 .border-top-bottom .text_div h4 a {
    color: #f47920;
}
@media(max-width:992px){
    .sports_new_block_2 .border-top-bottom .icon_div { width: 100%; }
    .sports_new_block_2 .border-top-bottom .text_div { width: 100%; }
}