.header_stores {
    display: block;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px;
}
.store-item-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.schedule_container ul {
    margin: 0px;
}
.stores_block {
    max-width: 800px;
    margin: 0 auto;
}

p.h3.card-title {
    font-size: 20px;
    margin-top: 10px;
}
.store-item:last-child {
    border: none;
}
.store-picture img {
    width: 100%;
}
.store-item {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--color5);
}
.store-picture {
    padding-right: 15px;
}
@media(max-width:767px) {
    .store-picture {
        padding-right: 0px;
    }
}
