/* global variables for the entire app */
/* never define selectors here or they will be included multiple times */
.category-page-container .hero-container {
  background-color: #286851;
  padding-top: 50px;
  padding-bottom: 50px;
}

.category-page-container .category-container {
  display: inherit;
  margin-top: 0;
}

.category-page-container .category-content .section-tree {
  margin: 0;
}

.category-page-container .category-content .section-tree .section-tree-title {
  margin: 0;
  font-size: inherit;
}

.category-page-container .category-content .article-content {
  margin: 10px 0 20px;
  line-height: 1.8;
}

.category-page-container .category-content .article-content .see-all-articles {
  font-size: inherit;
  padding: 0;
}

@media (max-width: 991px) {
  .category-page-container .category-content {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .category-page-container .hero-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
