.location-info span {
    padding: 0;
}

.location-info span:not(:last-child)::after {
    content: ",";
}

