.post-thumbnail {
  padding: 25px;
  border: 2px solid#dcdcde;
}

.post-thumbnail a {
  color: #2c3338;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
}

.post-thumbnail a:hover {
  text-decoration: underline;
}

.post-thumbnail a.image-link {
  display: block;
  margin-bottom: 20px;
}

.post-thumbnail a.image-link img {
  max-width: 100%;
  height: auto;
  margin-top: 0;
}

.post-thumbnail p {
  color: #8c8f94;
  font-size: 14px;
}

.post-thumbnail p a {
  color: #c3c4c7;
  font-size: 14px;
  text-decoration: none;
  font-weight: normal;
}

.post-thumbnail p a:hover {
  text-decoration: underline;
}