#block-views-block-wiki-base-block-table-of-contents-block-1 > h2 {
  font-weight: 300;
  font-family: 'ubuntu', sans-serif;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.views-row > article > h2 {
  font-family: 'ubuntu', sans-serif;
  font-size: 1.1em;
  font-weight: 400;
}

.views-row article .node__content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  margin-bottom: 0.5rem;
}

article .node__content p {
  font-family: 'ubuntu', sans-serif;
  font-size: 1.1em;
  margin-bottom: 0.5rem;
}
