.contQues {
    width: 100%;
    font-family: arial;
    margin: 0 auto;
    background: url(../img/Inside\ +\ Out_\ Pink\ Sea\ Salt\ Gatorade\ +\ Detox\ Bath\ Soak.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.wrap2 {
    width: 90%;
    max-width: 1000px;
    margin: auto;
}

/* QUESTIONS */

.section1, .section2, .section3, .section4, .section5, .section6 {
    width: 100%;
    margin: 0px auto;
    padding: 20px 0;
    overflow: hidden;
}

.question {
    width: 50%;
    float: left;
    padding: 10px 15px 0 5px;
}

.question article {
    width: 100%;
    /* max-height: 250px; */
    margin: 20px auto;
    padding: 10px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 100%);
    background: #fff;
}

.question article h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}

.question article p {
    text-align: justify;
    font-size: 16px;
}

.question article img {
    width: 100%;
}

@media (max-width: 790px){
    .question{
        width: 100%;
    }
    .question .img{
        width: 300px;
    }
    .question article h2{
        font-size: 25px;
    }
    .question article p{
        font-size: 15px;
    }
}

@media (max-width: 375px){
    .question .img{
        width: 278px;
    }
}