#page {
    background-color: rgb(249, 249, 249);
}
.stores-home-container {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin: 24px 0px;
    background-color: rgb(249, 249, 249);
}

.stores-home-container h1 {
    text-align: center;
    font-family: "Work-sans", sans-serif;
    font-weight: 500;
    font-size: 45px;
    letter-spacing: -1px;
    line-height: 47.25px;
    text-transform: uppercase;
}


.stores-home-container hr {
    
}

.stores-home-container .center-cards-row {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}
.stores-home-container .center-cards-row .center-cards-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 24px 24px;
}

