.Headline {
  margin: 0 0 15px 0;
  font-family: var(--font-primary);
  -webkit-hyphens: auto;
          hyphens: auto;
  line-height: normal;
  word-break: break-word;
  color: currentColor;
  color: var(--headline-color, currentColor);
}@media screen and (min-width: 769px) {.Headline {
    word-break: inherit;
}
  }.Headline.showDecorativeLine::before {
    content: '';
    display: block;
    width: 75px;
    height: 10px;
    margin: 0 auto 10px;
    background-color: var(--clr-primary);
  }.Headline.Text--center {
    text-align: center;
  }.Headline.Text--right {
    text-align: right;
  }

.Text--left.Headline.showDecorativeLine::before {
  margin-right: auto;
  margin-left: 0;
}

.Text--right.Headline.showDecorativeLine::before {
  margin-right: 0;
  margin-left: auto;
}

h1,
.h1 {
  font-size: 2.75rem;
  font-weight: 700;
  text-transform: uppercase;
  word-break: break-word;
}

@media screen and (max-width: 500px) {

h1,
.h1 {
    font-size: 2.1875rem;
}
  }

h2,
.h2 {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  word-break: break-word;
}

h3,
.h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
}

h4,
.h4 {
  margin-bottom: 20px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.75rem;
}

h5,
.h5 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
}

.Text h1,
  .Text h2,
  .Text h3,
  .Text h4,
  .Text h5,
  .Text h6 {
    font-family: var(--font-primary);
  }

.Headline + .Headline {
  margin-bottom: 20px;
}

@media screen and (min-width: 601px) {

.Headline + .Headline {
    margin-bottom: 40px;
}
  }
