.form-check-label {
  font-size: 100%;
}
.fieldset-paform .fieldset-legend:not(.js-form-required) {
  display: block;
  padding-top: 1.4rem;
  font-family: "Corporate S", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1 !important;
  font-size: 2.4rem;
}
.checkbox-required  label::after {
  content: '';
  vertical-align: super;
  display: inline-block;
  background-image: url(../../../themes/contrib/bootstrap_barrio/images/required.svg);
  background-repeat: no-repeat;
  background-size: 7px 7px;
  width: 7px;
  height: 7px;
  margin: 0 0.3em;
}
.checkbox-required  label{
  font-weight: bold;
}
.checkbox-required .description{
  padding-bottom: 6px;
}
#edit-civicrm-1-contact-1-cg37-custom-355 {
  display: flex;
  gap: 2rem;
  width: max-content;
}