#content h3 {
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont .title {
  font-family: b;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  margin-bottom: 12px;
}
#content .cont p {
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 16px;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    width: 100%;
    padding: 16px;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    width: 100%;
    padding: 16px;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    width: 100%;
    padding: 16px;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    width: 100%;
    padding: 16px;
  }
}
