body.page.features .content {
  text-align: center;
}
body.page.features .content img {
  max-width: 100%;
}
body.page.features .content h3.title {
  font-size: 20px;
  font-family: 'GothamHTFBold';
  text-transform: uppercase;
  margin: 20px auto 0;
}
body.page.features .content p.date-cat {
  font-size: 14px;
  margin: 10px 0 20px;
  font-family: 'GothamHTFBookItalic';
}
body.page.features .content p.excerpt {
  font-size: 14px;
  margin-bottom: 20px;
}
body.page.features .content p.read-more {
  margin-bottom: 40px;
  text-transform: uppercase;
  text-decoration: underline;
}
body.page.features .content hr {
  margin: 0 0 40px 0;
  border: 0;
  border-top: 1px solid black;
}