#footer {
  padding: 60px 0 150px !important;
}
@media screen and (width <= 768px) {
  #footer {
    padding: 35px 0 150px !important;
  }
}
