.bullets-style ul {
list-style: none;
padding: 0;
margin: 0;
/* hide overflow in the case of floating elements around ... */
overflow: hidden;
}
.bullets-style li {
position: relative;
padding-left: 24px;
}
.bullets-style li::before {
position: absolute;
content: "•";
color: #81123D;
font-size: 20px;
left: 0em;
font-family: Arial, sans-serif;
}