.sd-form-title {
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.45);
  padding: 40px 48px 24px 40px;
  background: rgba(248, 248, 248, 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sd-form-title-require {
  margin-right: 16px;
  color: rgba(255, 87, 87, 1);
}
