.content ul li:before {
content: "•";
width: 7px;
height: 7px;
background-color: #d1bd7d;
-webkit-border-radius: 10px;
border-radius: 10px;
display: inline-block;
margin-right: 5px
.content ul li{
list-style: none;
}
.content ul li:before {
content: "•";
width: 7px;
height: 7px;
background-color: #d1bd7d;
-webkit-border-radius: 10px;
border-radius: 10px;
display: inline-block;
margin-right: 5px;
list-style: none;
}