.activity-editor {
  margin: 3.125vw 8.33333vw;
}
.activity-editor .content {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 1.09375vw;
  color: #393939;
  line-height: 1.875vw;
  text-align: left;
}
@media screen and (max-width: 768px) and (orientation: portrait) and (pointer: coarse) {
.mob--activity-editor {
    margin: 2rem 1.66667rem;
}
.mob--activity-editor .content {
    font-size: 0.93333rem;
    line-height: 1.4rem;
}
}