/* Remove extra space from section */
.section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 20px !important;   /* adjust as needed */
    padding-bottom: 20px !important; /* adjust as needed */
}
.footer-links p {
    margin: 4px 0 !important;      /* reduce top & bottom space */
    line-height: 1.4 !important;   /* keeps them closer */
}
  [data-theme-content-container] .theme-section-heading {
    display: none
  }