.horizontal-divider-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 1em 0;
}
.horizontal-divider-text hr {
  width: 100%;
  border: none;
  border-bottom: var(--text) 2px solid;
}
.horizontal-divider-text h2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 0 1em;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  width: auto;
  white-space: nowrap;
}