.store-section{
    padding-top: 100px;
    margin-top: 100px;
}

.shop-image-table{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
    padding: 25px 0px;
}

.shop-image-container{
    width: 100%;
    height: 500px;
    contain: content;
    border: 1px solid black;
}

.shop-img{
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
}