#content-wrapper {
  padding-top: 10px !important;
}

#footer-content {
  padding: 0px !important;
}

.foot-content-section {
  padding: 40px 0 30px !important;
}

section {
  margin: 0px !important;
}

#page-title {
  margin-bottom: 10px !important;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .footer-content {
    padding: 0px !important;
  }

  .foot-content-section {
    padding: 20px 0 15px !important;
  }

  #wrapper {
    padding: 0px !important;
  }

  #page-title {
    margin-bottom: 10px !important;
    text-align: center;
  }
}

.util-sp-hidden {
  display: none !important;
}

@media only screen and (max-width: 767.98px) {
  .util-sp-hidden {
    display: inline-block !important;
  }
}