/*removes original symbol*/
.bullet-mod ul li {
list-style-type: none;
margin-left: 1.5em;
}
.bullet-mod li {
display: list-item;
text-align: -webkit-match-parent;
}
/*adds a new symbol at the front*/
.bullet-mod ul li::before {
content: "—";
color: #fff;
float: left;
margin-left: -2em;
font-family: "ETmodules";
}