.sd-summary {
  // padding: 64px 48px;
  // background: rgba(249, 249, 249, 1);
  // border-radius: 10px;
}

.sd-summary-title {
  font-size: 48px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
  line-height: 67px;
}

.sd-summary-content {
  font-size: 32px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 60px;
  word-break: break-all;
  white-space: pre-wrap;
  margin-top: 72px;
}
