/* Removes padding from the main navigation container */
.navigation-holder {
    padding-bottom: 0px !important;
}

/* Reduces the top padding of the first content section */
.main-content .module:first-of-type {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

/* Targets the specific 'About Us' section wrapper */
section.section {
    padding-top: 10px !important;
  padding-bottom: 10px !important;
}