.scrollbar-with ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #fc2e45;
}

/* Scroll on Desktop */
@media (min-width: 1024px) {
    .scrollbar-with {
        max-height: 550px;
        overflow-y: auto;
        padding-right: 15px;
    }
}