.wrap .box .title::before, .wrap .box .title::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 30%;
  height: 0.5px;
  background-color: #333;
}
.wrap .box .title::before {
  left: 0;
}
.wrap .box .title::after {
  right: 0;
}

/*# sourceMappingURL=field.css.map */
