#content {
  width: 1280px;
  padding: 24px 60px;
  margin: 0 auto;
}
#content h3 {
  font-size: 24px;
  font-family: s;
  font-weight: 600;
  color: #E8E8E9;
  line-height: 28px;
  margin-bottom: 16px;
}
#content .cont_box {
  margin-bottom: 16px;
}
#content .cont_box h4 {
  font-size: 18px;
  font-family: m;
  font-weight: 500;
  color: #E8E8E9;
  margin-bottom: 12px;
}
#content .cont_box .cont_text {
  font-size: 16px;
  font-family: m;
  font-weight: 400;
  color: #8C8D8F;
  line-height: 24px;
}
