.swstoreslist-bk {
    clear: both;
    margin-bottom: 76px;
}

.swstoreslist-bk .store-title {
    display: flex;
    justify-content: center;
    padding: 0;
    text-transform: uppercase;
}

.swstoreslist-bk .store-list {
    display: flex;
    flex-wrap: wrap;
}

.swstoreslist-bk .store-name {
    margin-top: 15px;
}

.swstoreslist-bk .img-responsive{
    max-width: 100%;
}

.swstoreslist-bk .store-coord {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.swstoreslist-bk .store-coord .strong {
    font-weight: 600;
}
.swstoreslist-bk .store-coord .line {
    font-size: 0.9rem;
}

.swstoreslist-bk .store-coord .line.note {
    margin-top: 10px;
}
.store-coord h4 {
    font-size: 1rem !important;
}
.store-coord .line {
    font-size: 0.85rem !important;
}