.horizontal-divider-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 0;
}
.horizontal-divider-text hr {
  width: 100%;
  border: none;
  border-bottom: var(--primary) 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;
}