.post {
  margin-bottom: 28px; }
  .post img {
    height: auto;
    max-width: 100%; }
  .post .post_image {
    width: 100%;
    margin-bottom: 15px; }
    .post .post_image img {
      border: 0;
      width: 100%; }
  .post .post_date {
    color: #5a5a5a;
    font-size: 15px; }
  .post .post_title {
    font-family: "PF DinDisplay Pro Regular", sans-serif;
    font-size: 22px;
    color: #ac0610;
    text-decoration: none;
    margin: 5px 0 10px;
    display: inline-block; }
  .post .post_content {
    margin: 0;
    font-size: 18px;
    color: #3c3c3c; }
