.divider-style {
  margin-top: 25px;
  position: relative;
  margin-right: 40px;
  margin-left: 40px;
  font-family: 'Alex Brush';
  text-transform: lowercase;
  font-size: 70px;
}

.divider-style span {
  background: transparent;
  padding: 0 20px;
  position: relative;
  z-index: 5;
  font-family: 'Alex Brush';
}

.divider-style:before {
  content: "";
  display: block;
  border-top: solid 1px white;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}

