uix-article-category {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid gray;
  padding-bottom: 20px;
  margin-top: 20px;
  grid-column: span 3;
}
@media screen and (max-width: 900px) {
  uix-article-category {
    grid-column: span 1;
    border-bottom: 0px;
  }
}
uix-article-category #content_container {
  background-color: transparent !important;
}
uix-article-category #categoryTitle {
  line-height: 100%;
  font-size: larger;
}
uix-article-category #categorySubtitle {
  line-height: 100%;
  margin-top: 5px;
  color: var(--text_highlight);
  font-weight: bold;
  font-family: sans-serif;
  font-size: xxx-large;
  text-transform: capitalize;
}
