@media only screen and (max-width: 480px){
.inner-page.with-side-menu .right-col, .inner-page .resources .item, .inner-page .standard-width .resources .item {
    width: 100%!important;
    float: none;
    padding-left: 0;
  }
  .page footer .top-section .col:nth-child(2) {
    display: block;
    width: 56%;
    float: none;
    margin: 0 auto 20px auto;
    text-align: center;
}
  footer .top-section .col:first-child{
      display: none!important;
  }
  footer .social-icons li {
    height: 19px;
    margin: 0 0px!important;
    float: none;
    width: 23.3333%!important;
}
}