.dar p {
  background-color: #23045c;
  color: #fff;
  margin: 0;
  mix-blend-mode: multiply;
  text-transform: uppercase;
}
.z-index-1 {
  position: relative;
  z-index: 1;
}
.title-2 {
  color: #222021;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
}
@media (max-width:767px) {
  .title-2:before {
    width: 50px;
  }
}
.title-2:before {
  background: #090da9;
  bottom: 4px;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  width: 65px;
  z-index: -1;
}
.title-2,
:after,
:before {
  box-sizing: border-box;
}
