@charset "UTF-8";
/* Your custom styles */

ul.list_style_1 li:before {
    font-style: normal;
    font-weight: normal;
    font-family: "ElegantIcons";
    font-size: 16px;
    content: "\5c";
    color: #bb242b;
    top: -2px;
    left: 0;
    position: absolute;
}

