@media screen and (max-width: 768px){
    .span3.col-sm-12.wow.fadeInLeft.animated{
        display: none;
    }
    .technical_support_content {
         margin-left: -30px;
    }
}