.archive .site-main {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.archive .page-header {
  width: 100%;
}
.archive .page-title {
  color: #1E1F1D;
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  text-align: center;
  padding: 50px 0;
}
.archive .archive-description {
  display: none;
}
.archive .post {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
.archive .post .post-thumbnail {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: auto;
  max-height: 400px;
}
.archive .post .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.archive .post .entry-title {
  margin: 20px 0 0;
  font-size: 24px;
  line-height: 28px;
  font-weight: "Poppins", sans-serif;
  color: #1E1F1D;
}
.archive .post .entry-title a {
  color: inherit;
  text-decoration: none;
}
.archive .post .entry-title a:hover {
  text-decoration: underline;
}
.archive .post .entry-meta,
.archive .post .entry-content,
.archive .post .entry-footer {
  display: none;
}

@media screen and (max-width: 768px) {
  .archive .page-title {
    font-size: 24px;
    line-height: 28px;
    padding: 30px 0;
  }
  .archive .post {
    width: 100%;
    margin-bottom: 20px;
  }
  .archive .post .entry-title {
    font-size: 20px;
    line-height: 24px;
  }
}