.shop {
    display: flex;
    height: auto;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 100px;
}

.shop-image-1 {
    height: 800px;
    width: 100%;
    object-fit: cover;
}

.shop-image-2 {
    height: 800px;
    width: 100%;
    object-fit: cover;
}

.shop-image-1 img {
    height: 700px;
}

.shop-image-2 img {
    height: 700px;
}

@media screen and (max-width: 450px)  {
    .shop {
        margin-top: 50px;
    }

    .shop-image-1 {
    height: 250px;
}

.shop-image-2 {
    height: 200px;
}

    .shop-image-1 img {
    height: auto;
    width: 100%;
    margin: 0 auto;
}

.shop-image-2 img {
    height: auto;
    width: 100%;
}
}