/* Hide specific label */
#input_5_7_1_label {
  display: none;
}

/* Common label styling */
#gform_5 .gfield_label,
#gform_6 .gfield_label,
#gform_7 .gfield_label,
#gform_7 label,
.noise-address-section label {
  font-size: 13px !important;
}

/* Extra bold where needed */
#gform_7 .gfield_label,
#gform_7 label,
.noise-address-section label {
  font-weight: 700 !important;
}

/* Hide ACH legend only */
#gform_7 .ach-section > legend:first-of-type {
  display: none;
}