﻿.list-x1 {
    list-style: none; /* Remove list bullets */
    padding: 0;
    margin: 0;
}

.list-x1 li { 
    padding-left: 16px; 
}

.list-x1 li:before {
    content: "•"; /* Insert content that looks like bullets */
    padding-right: 8px;
    color: blue; /* Or a color you prefer */
}

font-face{font-family:Arial
}