.colazione ul,
.pranzo ul,
.aperitivo ul {
    list-style: none;
    padding: 0;
}

.colazione ul li,
.pranzo ul li {
    background-image: url('/wp-content/themes/bar-manhattan/assets/images/layout-components/637cbd8e0b9eca82fe7a9df4_manhattan-icon-cup.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px;
    color: #1f1b1a;
    font-weight: 700;
    font-size: 18px;
    font-family: Archivo, sans-serif;
    padding-left: 30px;
}
.aperitivo ul li {
    background-image: url('/wp-content/themes/bar-manhattan/assets/images/layout-components/637d09f412a15843a23ce42f_manhattan-icon-cheers.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px;
    color: #1f1b1a;
    font-weight: 700;
    font-size: 18px;
    font-family: Archivo, sans-serif;
    padding-left: 30px;
}