label[for="__fee_price"], label[for="campus"] {
  font-size: 0px !important; /* hide original text */
}

label[for="__fee_price"]::before {
  content: "SRH University Fee"; /* the corrected text */
  font-size: 13px;
}

label[for="campus"]::before {
  content: "Place of study"; /* the corrected text */
  font-size: 13px;
}

label[for="__fee_price"]::after, label[for="campus"]::after {
  content: "*";
  color: red;
  font-size: 13px;
}

#btn_reg_agent {
  display: none;
}

#custom_label_field_lbl_note_stating_that_the_fees {
  color: var(--color-font-primary);
  font-size: 12px;
  font-weight: normal;
  margin-top: -10px;
}