.title-border-start, .title-border-bottom {
  padding-left: 50px;
}
.title-border-start:before, .title-border-bottom:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 35px;
  height: 2px;
  background-image: url(../../assets/img/bg-title-small.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.title-border-bottom {
  padding-left: 0;
  padding-bottom: 10px;
}
.title-border-bottom:before {
  top: inherit;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-image: url(../../assets/img/bg-title-large.svg);
}/*# sourceMappingURL=headline.css.map */