.form-actions {
  margin-top: 15px;
}
.form-required:after {
  content:" *";
  color: red;
}
.usa-radio__label.form-required:after {
  content:"";
}