.location-list {
width: 100%;
height: 100%;
overflow-y: scroll;
max-height: 600px;
display: flex;
flex-direction: column;
&-meta {
align-self: center;
justify-self: center;
}