protocol.scss 460 Bytes


.content {
  padding-bottom: 28px;
}

.box {
  position: relative;
}

.top-space {
  height: 36px;
}

.tit {
  text-align: center;
  font-size: $fontSizeTitle;
  font-weight: bold;
}

.tit:lang(zh) {
  letter-spacing: 1.8px;
}


.desc {
  max-width: $articleWidth;
  margin-top: 36px;
  line-height: 2;
}

.desc:lang(zh) {
  letter-spacing: 1.2px;
}


@media (max-width: 1200px) {
  .content {
    @include content-percent();
    padding-bottom: 24px;
  }
}