.cellarArtSect{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: auto;
    background: inherit;
    max-width: 1300px;
    flex-wrap: wrap;
    padding: 50px 0px;
}
.cellarArtImgCont{
    margin: 10px;
}.cellarArtImgCont img{
    height: auto;
    width: auto;
    border-radius: 25px;
    border: 3px solid #7F0B0E;
}
@media only screen and (max-width: 768px) {
    .cellarArtSect{
    width: 90vw;
    }.cellarArtImgCont img{
    height: auto;
    width: 90vw;
    }
}