.title-bullet {
  width: 100%;
  height: 0px;
  border-top: 1px solid #ddd;
  display: block;
  margin: 30px 0;
}

.title-bullet span {
  width: 70px;
  height: 6px;
  display: table;
  margin-top: -3px;
  background: #4b97ed;
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

span {
  font-style: inherit;
  font-weight: inherit;
}

