#sub .location ul { display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
#sub .location ul li { margin-right: 0; }

@media screen and (max-width: 1023px) {
    #sub .location ul li { width: 80%; margin: 0 auto; float: none; }
}


@media screen and (min-width: 1024px) {
    #sub .location ul li { width: 31%; }
}