@media only screen and (max-width: 767px) {
  .section{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .widgets_wrapper{
    padding-bottom: 30px !important;
  }
}