.features-list ul {
list-style: none;
}
.features-list ul > li {
text-indent: -25px;
}
.features-list ul > li:before {
content: "\5c";
color: #ffffff;
position: relative;
font-family: 'ETmodules';
margin-right: 10px;
}
.features-list ul > li:not(:last-of-type) {
margin-bottom: 10px;
}