.questions{
    
    font-size: 22px;
    color:#444;
    display: flex;
    justify-content: space-between;
}
.questionsBox{
    width: 100%;
    padding: 28px 0;
    border-bottom: 1px solid #C9C9C9;
    text-align: left;
}
.question_icon{
    width: 25px;
}
.question_icon>img{
    width: 100%;
    cursor: pointer;
}
.answers{
    font-size: 15px;
    line-height: 28px;
    color: #7F7F7F;
    margin-top:30px ;
    display: none;
}