.post-card .post-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: lightgray;
  height: 150px; }
  .post-card .post-info {
    padding: 15px;
    padding-bottom: 30px;
    border: solid 1px lightgray;
    border-top: none; }
    .post-card .post-info .date {
      color: #009fe3;
      font-size: 12px; }
    .post-card .post-info p {
      font-weight: bold;
      margin-top: 5px;
      margin-bottom: 15px; }
    .post-card .post-info .btn {
      padding: 3px 25px; }
