.single-posts-preview-area {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.single-post-preview {
  position: relative;
  margin-right: 1.95%;
}
.single-post-preview:nth-of-type(3n) {
  margin-right: 0;
}

.single-post-preview-image {
  height: 350px;
}

.single-post-preview-text {
  width: 100%;
  padding: 26px 10px;
}
.single-post-preview-text .single-post-preview-cats {
  margin-bottom: 0.5em;
}
.single-post-preview-text .single-post-preview-cats a:after {
  display: none;
}
.single-post-preview-text .single-post-preview-title {
  position: relative;
  margin-bottom: 0.5rem;
}
.single-post-preview-text .single-post-preview-excerpt {
  position: relative;
}

.all-posts-button-area {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 50px;
}
.all-posts-button-area .seemax-button {
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .single-post-preview-image {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .single-post-preview {
    margin-right: 0;
    margin-bottom: 60px;
  }
  .single-post-preview:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}