.webform-submission-form div label.custom-control-label:not(.option) {
  font-size: 1.2rem !important;
  font-weight: normal !important;
}
.webform-submission-form div label.custom-control-label.js-form-required {
  font-size: 1.2rem !important;
  line-height: 1.2rem;
  font-weight: normal !important;
}
#edit-address--wrapper label.form-required::after,
label.form-required::after {
  content: '';
  vertical-align: super;
  display: inline-block;
  background-image: url(/core/misc/icons/ee0000/required.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
  position: relative;
  left: 0;
  top:0;
}