main {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.content {
  display: flex;
  flex-direction: column;
}

.main-title {
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  line-height: 32px;
  padding-top: 17px;
  padding-bottom: 19px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.85);
}
.sub-title {
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: rgba(0, 0, 0, 0.65);
}

.textarea {
  font-size: 16px;
  line-height: 24px;
  margin-top: 40px;
}
.textarea .text {
  text-indent: 2em;
  color: rgba(0,0,0,0.65);
}

.right-content {
  margin-left: 52px;
}
.right-content .main-title {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 21px;
  line-height: 18px;
  padding-top: 17px;
  padding-bottom: 19px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.65);
}


