.title-line {
  color: #000;
  font-size: 34px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -.102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
  white-space: nowrap
}
.title-line::after,
.title-line::before {
  background-color: #ccc;
  content: "";
  height: 2px;
  width: 50%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-bottom: -.2em
}
.title-line::before {
  margin-right: 80px
}
.title-line::after {
  margin-left: 80px
}
@media screen and (max-width:767px) {
  .title-line {
    font-size: 26px;
    letter-spacing: -.078px;
    margin-bottom: 20px
  }
  .title-line::before {
    margin-right: 5vw
  }
  .title-line::after {
    margin-left: 5vw
  }
}