.ContentHeader {
  position: relative;
  margin-bottom: 15px;
}.ContentHeader .Headline {
    margin: 0;
  }.ContentHeader::before {
    content: '';
    display: block;
    width: 75px;
    height: 10px;
    margin: 0 auto 10px;
    background-color: var(--clr-primary);
  }.ContentHeader.Text--center {
    text-align: center;
  }.ContentHeader.Text--right {
    text-align: right;
  }.ContentHeader.Text--left::before {
    margin-left: 0;
  }.ContentHeader.Text--right::before {
    margin-right: 0;
  }

.ContentHeader-slugline {
  margin-bottom: 0;
}

.ContentHeader-separator {
  margin-top: 10px;
}
