section.blog-posts-hero {
  padding-top: 170px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  section.blog-posts-hero {
    margin-bottom: 30px;
    padding-top: 140px;
  }
}
section.blog-posts-hero h1 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  color: #4b4b4b;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-align: center;
}
@media (max-width: 992px) {
  section.blog-posts-hero h1 {
    font-size: 30px;
  }
}
section.blog-posts-hero h2 {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: center;
}
@media (max-width: 992px) {
  section.blog-posts-hero h2 {
    font-size: 14px;
  }
}

section.blog-posts-list {
  margin: 40px 0 50px 0;
}
section.blog-posts-list .post {
  margin: 25px 0;
}
section.blog-posts-list .post img {
  display: flex;
  border-radius: 8px;
  margin: 10px auto;
}
section.blog-posts-list .post h3 {
  color: #202124;
  font-size: 16px;
  font-weight: 700;
  margin: 5px 0 10px 0;
}
section.blog-posts-list .post .informations {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.blog-posts-list .post .informations .created {
  color: #cbd0d3;
  font-size: 11px;
}
section.blog-posts-list .post .informations .read-more-btn {
  color: #ffab23;
  font-size: 13px;
  font-weight: 400;
}
section.blog-posts-list .pagination {
  align-items: center;
  margin: 30px 0;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  section.blog-posts-list .pagination {
    justify-content: center;
  }
}
section.blog-posts-list .pagination .page-item .page-link {
  border: none;
  color: #636363;
  font-size: 13px;
  font-weight: 300;
}
section.blog-posts-list .pagination .page-item .page-link:hover {
  background: none;
}
section.blog-posts-list .pagination .page-item.active .page-link {
  background: none;
  color: #eca128;
  font-weight: 700;
  font-size: 19px;
}
section.blog-posts-list .pagination .page-item i {
  font-size: 28px;
  color: #eca128;
}

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