.ContentHeader {
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  text-align: center;
}.ContentHeader::after {
    content: '';
    display: block;
    width: 340px;
    height: 13px;
    margin: 0 auto;
    background-image: url('../Images/brushline.svg');
    background-size: cover;
  }@media screen and (max-width: 500px) {.ContentHeader::after {
      width: 300px;
      height: 10px;
  }
    }.ContentHeader.Theme--pink {
    color: #ffffff;
  }.ContentHeader.Theme--pink::after {
      background-image: url('../Images/brushline_white.svg');
    }

.ContentHeader.Theme--gray {
  background-color: var(--clr-grayLight);
}

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

.ContentHeader-separator {
  display: inline-block;
  width: 35px;
  height: 6px;
  margin: 0;
  border: 0;
  background-color: var(--clr-primary);
}
