.content-box {
  padding: 80px 0 20px;
  max-width: 800px;
}
.header {
  text-align: center;
  padding-bottom: 35px;
  border-bottom: 1px solid #eee;
}
.header .title {
  padding-bottom: 25px;
}
.header .desc {
  color: #666;
}
.header .desc .val {
  color: #444;
  margin-left: 8px;
}

.content {
  padding: 20px;
  font-size: 15px;
  line-height: 2em;
  color: #666!important;
  text-align: justify!important;
}
.content img {
  width: 100%!important;
  height: auto!important;
}


@media screen and (max-width: 750px) {
  .content-box {
    padding-top: 40px;
  }
}
