.post-list {
  margin: 2.8125rem 0 5.625rem;
}
.post-list__content {
  text-align: center;
}
.post-list__content h1,
.post-list__content h2 {
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 992px) {
  .post-list__content h1,
.post-list__content h2 {
    font-size: 1.875rem;
    line-height: 1.2333333333;
    margin-bottom: 1.875rem;
  }
}
.post-list__content h2 {
  font-size: 1rem;
  line-height: 1.25;
}
@media (min-width: 992px) {
  .post-list__content h2 {
    font-size: 1.25rem;
    line-height: 1.25;
    margin-bottom: 1.25rem;
    margin-top: 0.625rem;
  }
}
.post-list__content p {
  color: #434344;
  font-size: 1rem;
  line-height: 1.1875;
  margin-bottom: 1.25rem;
  text-align: left;
}
@media (min-width: 992px) {
  .post-list__content p {
    font-size: 1.125rem;
    line-height: 1.5555555556;
    max-width: 87.8125rem;
    margin: 0 auto 2rem;
  }
}
.post-list__content > *:last-child {
  margin-bottom: 0;
}
.post-list__content ul {
  margin-left: 1.25rem;
  margin-bottom: 1.25rem;
  list-style-type: disc;
  text-align: left;
}
.post-list__content ul li {
  text-align: left;
}
.post-list__items {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem 1rem;
}
@media (min-width: 768px) {
  .post-list__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .post-list__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.9375rem 1rem;
  }
}
.post-list .page-pagination {
  margin-top: 2.5rem;
}
@media (min-width: 992px) {
  .post-list .page-pagination {
    margin-top: 6.25rem;
  }
}
/*# sourceMappingURL=archive.css.map */
