.index-plus {
  position : relative;
}
.index-plus::before, .index-plus::after {
  background-color : #d8dadc;
  bottom : 0;
  content : "";
  display : block;
  margin : auto;
  position : absolute;
  top : 0;
}
.index-plus::before {
  height : 4px;
  right : -33px;
  width : 24px;
}
.index-plus::after {
  height : 24px;
  right : -23px;
  width : 4px;
}