.products-in-store ul {
    list-style: none;
}

.products-in-store ul li:before {
    content: ".";
    font-size: 40px;
    color: #68b03a;
    font-weight: bold;
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin-left: -1.5px;
    margin-top: 2px;
}
