.categories .row[data-v-cbdc5475] {
  justify-content: center;
}
.categories .btn-link[data-v-cbdc5475] {
  color: unset !important;
  text-decoration: none;
}
.cat-button[data-v-cbdc5475] {
  width: 90px;
  height: 150px;
  margin: 0.2em 0.8em;
  text-align: center;
  padding: 0;
}
.cat-button .icon[data-v-cbdc5475] {
  font-size: 2.7em;
}
.cat-button .icon .active[data-v-cbdc5475] {
  color: #F8ED65;
}
.breadcubs[data-v-cbdc5475] {
  font-family: "DM Serif Display", "Times New Roman", Times, serif;
}
.breadcubs a[data-v-cbdc5475] {
  text-decoration: none;
  color: inherit;
}
.breadcubs a[data-v-cbdc5475]:hover {
  text-decoration: underline;
}
.article .art-title[data-v-cbdc5475] {
  font-family: "DM Serif Display", "Times New Roman", Times, serif;
  font-size: 4em;
}
.article .sub-title[data-v-cbdc5475] {
  font-family: "DM Serif Display", "Times New Roman", Times, serif;
}
.article hr[data-v-cbdc5475] {
  border: none;
  height: 10px;
  /* Set the hr color */
  color: #333; /* old IE */
  background-color: #fff700; /* Modern Browsers */
}
.related h4[data-v-cbdc5475] {
  font-family: "DM Serif Display", "Times New Roman", Times, serif;
  font-size: 3em;
}
@media (max-width: 575.98px) {
.article .art-title[data-v-cbdc5475] {
    font-size: 2em;
}
.article .sub-title[data-v-cbdc5475] {
    font-size: 0.8em;
}
}