#content .about_img {
  width: 100%;
  margin-bottom: 10px;
}
#content h3 {
  font-size: 20px;
  font-family: s;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont_text h4 {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  margin-bottom: 8px;
}
#content .cont_text p {
  font-family: m;
  font-weight: 500;
  font-size: 15px;
  color: #666666;
  line-height: 26px;
  margin-bottom: 12px;
}
@media screen and (min-width: 860px) and (max-width: 1079px) {
  #content {
    padding: 16px 12px;
    width: 100%;
  }
}
@media screen and (min-width: 750px) and (max-width: 859px) {
  #content {
    padding: 16px 12px;
    width: 100%;
  }
}
@media screen and (min-width: 560px) and (max-width: 749px) {
  #content {
    padding: 16px 12px;
    width: 100%;
  }
}
@media screen and (min-width: 0) and (max-width: 559px) {
  #content {
    padding: 16px 12px;
    width: 100%;
  }
}
