.most-common-questions{
    background-color: white;
    border-radius: 3px;
    margin-bottom: 10px;
}

.most-common-questions .mcq-container .answer{
    display: none;
    margin-bottom: 15px;
}

.most-common-questions .mcq-container{
    padding:20px;
    padding-bottom: 0;
}

.most-common-questions .mcq-container .mcq-title h2{
    margin-bottom: 20px;
}

.most-common-questions .mcq-container .mcq-arrow-icon{
    position: absolute;
    margin-top: -20px;
    right: 20px;
    color: #1d85fe;
    cursor: pointer;
}

.most-common-questions .mcq-container .question{
    margin-bottom: 10px;
}

.most-common-questions .question-ans {
    margin-bottom: 20px;
    border-bottom: 1px solid #C4C9CD;
}

.most-common-questions .mcq-container .question .question-text{
    cursor: pointer;
}

@media(max-width: 540px){
    .most-common-questions .mcq-container .question .question-text{
        width:90%;
    }
    .most-common-questions .mcq-container .answer{
        width:90%;
    }
}