#content {
  width: 100%;
  padding: 24px 16px;
  box-sizing: border-box;
}
#content h2 {
  font-size: 24px;
  font-family: b;
  font-weight: bold;
  color: #333;
  margin-bottom: 16px;
}
#content h3 {
  font-size: 16px;
  font-family: s;
  color: #333333;
  margin-bottom: 8px;
}
#content .cont_text {
  margin-bottom: 16px;
}
#content .cont_text p {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 24px;
}
