.blog .article {
  margin-bottom: 30px;
}
.blog .article .post-container {
  background: #eff8ef;
  border-radius: 30px;
  padding: 30px;
  position: relative;
  min-height: 770px;
}
@media screen and (max-width: 991px) {
  .blog .article .post-container {
    min-height: auto;
  }
}
.blog .article .post-container img {
  display: block;
  margin: auto;
}
.blog .article .post-container h2 {
  font-size: 2.125rem;
}
.blog .article .post-container h2 a {
  color: #65bd60;
}
@media (pointer: fine), (-ms-high-contrast: none) {
  .blog .article .post-container h2 a:hover {
    color: #4d4d4f;
  }
}
.blog .article .post-container .date {
  font-style: italic;
}
.blog .article .post-container .preview {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .blog .article .post-container .preview p {
    margin-bottom: 60px;
  }
}
.blog .article .post-container .button {
  position: absolute;
  right: 35px;
  bottom: 30px;
}
@media screen and (max-width: 991px) {
  .blog .article .post-container .button {
    position: relative;
    right: 0;
    bottom: 0;
  }
}

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