.article-grid-qf-section {
  padding-bottom: 100px;
  background: #EBE8E0;
}
.article-grid-qf-section .category-filters-banner {
  padding: 30px 0 0;
}
.article-grid-qf-section .category-filters-banner .category-filters-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 20px;
}
.article-grid-qf-section .category-filters-banner .category-filters-wrapper .category-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  gap: 20px;
}
.article-grid-qf-section .category-filters-banner .category-filters-wrapper .category-filters a {
  text-transform: capitalize;
}
.article-grid-qf-section .article-grid-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
}
.article-grid-qf-section .article-grid-wrapper .load {
  font-weight: bold;
  cursor: pointer;
}
.article-grid-qf-section .article-grid-wrapper .blog-grid {
  display: grid;
  grid-template-rows: auto repeat(auto-fill, minmax(200px, 1fr));
  gap: 60px 30px;
  margin: 50px 0 0;
}
