.posts-page--content .post {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #D5D5D5;
}
.posts-page--content .post h2 {
  font-weight: 700;
}
.posts-page--content .post p {
  font-size: 1.2em;
  line-height: 1.4em;
}
.posts-page--content .post .date {
  font-size: 0.9em;
  color: grey;
}
.posts-page--content .post .image-container {
  max-height: 500px;
  margin-bottom: 20px;
}
.posts-page--content .share-post--container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 20px 0;
}
@media (max-width: 575px) {
  .posts-page--content .share-post--container {
    margin: 10px 0;
  }
}
.posts-page--content .share-post--container span {
  color: grey;
}
.posts-page--content .share-post--container span:first-child {
  padding: 5px 0;
}
.posts-page--content .share-post--container a {
  font-size: 2em;
  margin: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.posts-page--content .share-post--container a:hover {
  text-decoration: none;
}

/*# sourceMappingURL=news.css.map*/