@charset "UTF-8";
.lp-sub-hdg {
  text-align: center;
  position: relative;
  margin-left: 20px;
  padding: 0 20px;
}

.lp-sub-hdg::before {
  background-color: #000;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
}

.lp-sub-hdg > span {
  background-color: #fff;
  position: relative;
  padding: 0 5px;
}
