.Header__headerNav {
  display: none !important;
}
.KBArticleRightContainer__userFollowOption {
display: none !important;
}

.Header__headerRow {
 padding-bottom: 30px !important; 
}

.Feed__footerCol {
  display: none !important;
}

.CategoriesContainer__solutionListHeading {
  font-size: 0; /* hide the text */
  position: relative;
}

.CategoriesContainer__solutionListHeading::before {
  content: "Sections";
  font-size: 1.5rem; /* restore desired font size */
  position: absolute;
  left: 0;
  top: 0;
}
