.post .posts-container {
  margin-left: 12%;
  margin-right: 12%;
  padding: 2%;
  text-align: center;
  background: white;
}
.post .posts-container .post-title {
  color: var(--background-infomation);
  font-size: 30px;
}
.post .post-item {
  z-index: 1;
  position: relative;
  text-align: center;
}
.post .post-item a {
  text-decoration: none;
}
.post .post-item a h2 {
  transition: 0.5s ease;
  color: black;
  font-size: 20px;
  font-weight: 500;
}
.post .post-item a h2:hover {
  transition: 0.5s ease;
  color: var(--background-infomation);
}
.post .post-item p {
  color: black;
  font-size: 16px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

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