marquee {
    ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        white-space: nowrap;
    }

    li {
        display: inline-block;
        margin-right: 20px;
    }

    li a:before {
        content: "\ea69";
        font-family: "IcoFont";
        margin-right: 10px;
        color: brown;
    }
}
.text-sm{
    font-size: 14px;
}