.opb-separator {
  width: 100%;
  margin: 20px 0;
}

.opb-separator__line {
  position: relative;
  width: 100%;
  height: 1px;
  background: #eee;
}

.opb-separator__accent {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 200px;
  max-width: 100%;
  height: 1px;
  background: #a2cf14;
}
