.striped-list {
  list-style-type: none;
}

.striped-list li {
  position: relative;
  padding-left: 30px; /* Размер отступа для текста элемента списка */
  margin-bottom: 15px; /* Размер отступа между элементами списка */
}

.striped-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 46%;
    width: 20px;
    height: 1px;
    background-color: #007DDB;
}
.icon-list {
  list-style-type: none;
}

.icon-list li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 10px;
}

.icon-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 40%;
  width: 35px;
  height: 20px;
  background-image: url("https://work.inew24.ru/runiks/wp-content/uploads/2023/05/sr-left-spis.svg");
  background-size: contain;
  background-repeat: no-repeat;
}