#main {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.site-center {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}

.store-directory-blocks {
    width: 92%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.wp-block-columns {
    display: flex;
    flex-flow: row nowrap;
    padding: 0px 24px;

    /* height: 2000px; */
}

.wp-block-column:nth-child(1) {
    background-color: white;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    /* align-items: flex-start; */
    align-self: flex-start;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    /* height: 200px; */
}

.wp-block-column:nth-child(1) p {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
}

.wp-block-column:nth-child(2) {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}

/* 
@media screen and (min-width: 00px) and (max-width: 1000px) {

}

@media screen and (max-width: 500px) {

} */



