.blogHeader {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}.blogHeader h3{
    font-size: 24px;
}

.blogBody{
    max-width: 1000px;
    margin: auto;
}

.blogHeader h1 {
    margin: 25px auto;
    text-align: center;
    width: 100%;
}

.cellarSpecs h2 {
    margin: 0px;
    width: 100%;
    font-size: 18px;
}

.cellarSpecs td {
    width: auto;
    padding: 0px 10px 0px 0px;
    text-align: left;
    margin-right: 20px;
}

.centerImg {
    max-height: 500px;
    text-align: center;
    width: 40%; /* Adjust the width as needed */
}

.centerImg img {
    max-width: 400px;
    max-height: 400px;
    width: auto;
    height: auto;
    border: 5px lightgray solid;
    border-radius: 5px;
}

.sideList {
    margin-left: 15px;
    padding: 0px;
}.sideList li {
    margin-bottom: 10px;
    margin-left: 50px;
}.sideList h3{
    font-size: 20px;
}

.textAndImg{
    clear: both;
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.imgAndText{
    clear: both;
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.text {
    width: 60%; /* Adjust the width as needed */
}

.fLeft {
    float: left;
}.fRight{
    float:right;
}

.blogBody p {
    line-height: 1.5; 
}

.text.fRight {
    margin-right: 100px;
}
.sideList.fRight{
    margin-right: 100px;
}

/* .imgAndText p,
.textAndImg p {
    min-width:400px;
} */

.margin1{
    margin-top:-115px;
}

.margin2{
    margin-top: 50px;
}
.margin3{
    margin-left:-175px;
}


@media (max-width: 600px) {
    .textAndImg, .imgAndText {
        flex-direction: column; /* Stack elements vertically on smaller screens */
        align-items: center; /* Center elements vertically within the container */
    }
    
    .centerImg {
        width: 100%; /* Make images occupy the full width of the container */
    }

    /* Optional: Adjust margins or spacing as needed */
    .text, .sideList {
        margin: 10px 0;
    }

    .margin1{
        margin-top: 0px;
    }
    #firstSect {
        width: 100%;
    }

    .content{
        padding: 0px 20px;
    }
    .margin2{
        margin-left:0px;
        margin-top: 25px;
    }
    .margin3{
        margin-left: 0px;
    }
}