#content {
  width: 1280px;
  padding: 12px 30px;
  margin: 0 auto;
}
#content .cont_text {
  margin-bottom: 8px;
}
#content .cont_text p {
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #e1e1e1;
  margin-bottom: 4px;
}
#content .cont_text h3 {
  font-size: 16px;
  font-family: s;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 8px;
}
#content .cont_text h4 {
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #e1e1e1;
  margin-top: 12px;
  margin-bottom: 4px;
}
#content .cont_text ul {
  margin: 16px 0;
}
#content .cont_text ul li {
  margin-bottom: 12px;
  text-indent: 1em;
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #e1e1e1;
}
#content .cont_text ul li:first-child {
  text-indent: inherit;
}
#content .cont_text ul li:last-child {
  margin-bottom: 0;
}
