* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    /* background-color: aquamarine; */
}

.mainques {
    width: 300px;
    /* margin: 90px 300px; */
    text-align: center;
}
.toggle-section {
    /* width: 800px; */
    display: grid;
    /* grid-template-columns: repeat(2, 500px); */
    grid-template-columns: auto;
    padding: 50px 80px;
    
}
@media (min-width:768px){
    .toggle-section {
        display: grid;
     grid-template-columns:  auto;
        /* padding: 50px 80px; */
    }

}
@media (min-width:900px){
    .toggle-section {
        /* width: 800px; */
        display: grid;
        grid-template-columns: repeat(2, 550px);
        padding: 50px 80px;
    }
    .toggle-section img {
        height: 274px;
        width: 334px;
        border-radius: 33%;
        border: 6px solid rgb(237, 225, 225);
    }
    .toggle-section .ques p{
        
        width: 350px;
    }    
    .toggle-content {
        display: none;
        margin-top: 10px;
        inline: 10px solid rgb(218, 236, 218);
        border: 1px solid #ddd;
        overflow-y: scroll;
        height: 210px;
        width: 400px;
        /* width: auto; */
        background-color: rgb(137, 179, 238);
        color: #361515;
        font-weight: 500;
        border-radius: 16px;
        padding: 15px;
        margin-left: 20px;
        margin-right: 5px;
        font-family: serif;
        text-align: left;
        font-size: 17px;
    }    
}
@media only screen and (max-width: 600px) {
    .toggle-section .ques{
        width: 400px;
        margin-left: -60px;
    }
    .toggle-section .ques p{
        font-size: 10px;
    }    
    .toggle-button{
        margin-top: -30px !important;
    }
    .right-img,.left-img{
        margin-left: -60px;
        margin-top: 10px;
    }

}
@media only screen and (min-width: 600px){
    .toggle-content {
        display: none;
        margin-top: 10px;
        inline: 10px solid rgb(218, 236, 218);
        /* height: 210px; */
        width: auto;    
        padding: 15px;
        margin-left: 20px;
        font-size: 15px;
        
    }

    
}
.toggle-button {
    font-size: 18px;
    background-color: #B50033;
    color: #fff;
    border: none;
    /* padding-bottom: 10px; */
    cursor: pointer;
    font-weight: 500;
    border-radius: 20px;
    margin-bottom: 15px;
    width: 60px;
    height: 30px;
    
    /* border-radius: 50%; */
    /* font-weight: 800; */
    text-align: center;
    float: right;
    margin: -60px 95px;
}

.toggle-section img {
    height: 204px;
    width: 294px;
    border-radius: 33%;
    border: 6px solid rgb(237, 225, 225);
}

.toggle-section .ques p{
    width: 300px;
}

.toggle-content {
    display: none;
    margin-top: 10px;
    inline: 10px solid rgb(218, 236, 218);
    border: 1px solid #ddd;
    overflow-y: scroll;
    height: 210px;
    width: 330px;
    /* width: auto; */
    background-color: rgb(137, 179, 238);
    color: #361515;
    font-weight: 500;
    border-radius: 16px;
    padding: 15px;
    /* margin-left: 20px; */
    margin-right: 5px;
    text-align: left;
    
}
.toggle-section .ques .aalig {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-img {
    background-color: #f5f1eb;
    border-radius: 20px;
    width: 400px;
}

.right-img {
    background-color: #1ab79d;
    /* margin-left: 100px; */
    /* width: 635px; */
    border-radius: 20px;
    width: 400px;
    
}
.right-img img{
    margin-left: 0px !important;
}
.tab {
    display: inline-block;
    margin-left: 30px;
    /* for e.g: value = 40px*/
}
