.article-header {
  padding: 60px 0 40px;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
}
.article-header h2 {
  font-size: 24px;
}
.article-header p {
  margin-top: 12px;
  color: #666;
}
.article-header p span {
  margin: 0 12px;
}
.article-content {
  margin-bottom: 50px;
  padding: 50px 0;
  font-size: 20px;
  line-height: 1.8;
}
.article-content p {
  margin-bottom: 20px;
}
.article-content p img {
  display: inline-block;
  vertical-align: middle;
}
