.rx_marketingconsents {
  margin: 0;
}

#identity [for^="field-rx_marketingconsents"]::after {
  background-color: var(--color-beige-100);
}

#identity [for^="field-rx_marketingconsents"] + .js-input-column label {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 140%;
  color: var(--color-black-500);
}

#identity [for^="field-rx_marketingconsents"] + .js-input-column p {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 140%;
  color: var(--color-black-500);
  margin: 2px 0 0;
}

#identity [for="field-rx_marketingconsents_title"]::after, 
#identity [for="field-rx_marketingconsents_description"]::after {
  display: none;
}

#identity [name="rx_marketingconsents_title"], 
#identity [name="rx_marketingconsents_description"] {
  background-color: unset;
  border: unset;
  padding: unset;
  border-radius: unset;
  pointer-events: none;
}

#identity [name="rx_marketingconsents_title"] {
  font-size: 1.5625rem !important;
  font-weight: 400;
  line-height: 140%;
  margin-block-start: 60px;
  margin-block-end: 5px;
}

#identity [name="rx_marketingconsents_description"] {
  font-size: 0.8125rem !important;
  font-weight: 400;
  line-height: 140%;
  color: var(--color-black-500);
  margin-block-start: -30px;
}