.csr-list li {
  list-style: none;
  margin-bottom: 25px;
  line-height: 1.8;
  position: relative;
}
.csr-list li:before {
  position: absolute;
  content: "";
  background: url("img/arrow-red.svg");
  top: 7px;
  left: -35px;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .csr-list li:before {
    width: 10px;
    height: 10px;
  }
}


.benefits-list {
  list-style: none;
  padding: 0;
  max-width: 92%;
}
@media (max-width: 991.98px) {
  .benefits-list {
    max-width: 100%;
    margin-bottom: 0;
  }
}
.benefits-list li {
  padding: 25px 0;
  border-bottom: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #000000;
}
.benefits-list li:before {
  width: 11px;
  height: 13px;
  content: "";
  background: url("img/arrow-red.svg") no-repeat center center !important;
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 0;
}
.benefits-list li {
  padding-left: 45px;
  font-size: 20px;
}
@media (max-width: 1199.98px) {
  .benefits-list li {
    font-size: 16px;
  }
}