.title-house {
  padding: 0 35px;
}

.title-house:before, .title-house:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 29px;
  height: 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.title-house:before {
  left: 0;
  background-image: url(../../assets/img/title-house-left.svg);
}

.title-house:after {
  right: 0;
  background-image: url(../../assets/img/title-house-right.svg);
}

@media screen and (min-width: 768px) {
  .title-house {
    padding: 0 50px;
  }
}
.title-round-line {
  padding: 30px 0 0 20px;
}

.title-round-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 55px;
  height: 20px;
  background-image: url(../../assets/img/title-round-line.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.title-line-dot:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 12px;
  background-image: url(../../assets/img/title-line-dot.svg);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.title-decoration-se {
  padding: 0 40px;
}

.title-decoration-se:before, .title-decoration-se:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 38px;
  height: 29px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.title-decoration-se:before {
  left: 0;
  background-image: url(../../assets/img/title-deco-left.svg);
}

.title-decoration-se:after {
  right: 0;
  background-image: url(../../assets/img/title-deco-right.svg);
}/*# sourceMappingURL=headline.css.map */