.divider-style {
  margin-top: 70px;
  position: relative;
  margin-right: 80px;
  margin-left: 80px;
}

.divider-style span {
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 5;
  color: #ec5186;
}

.divider-style:before {
  content: "";
  display: block;
  border-top: solid 1px rgb(15,202,217);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 2;
}

