Custom style for
ul {
list-style: none;
padding: 0;
margin: 0 0 0 20px;
li {
padding-left: 1em;
text-indent: -1.8em;
margin-bottom: 10px;
&:before {
content: "\f111";
font-family: FontAwesome;
color: red;
font-size: 6px;
margin-right: 20px;
}
}
}