.bp-question-card{

    background:#f8f7ea;

    border:1px solid #e5d15c;

    border-radius:14px;

    padding:22px 24px;

    margin:18px 0 18px;

}

.bp-question-label{

    font-size:14px;

    font-weight:700;

    color:#7b4a00;

    margin-bottom:18px;

}

.bp-question-text{

    font-size:16px;

    line-height:1.95;

    color:#111827;

    font-weight:400;

}

@media screen and (max-width:768px){

.bp-question-card{

    padding:18px;

    border-radius:12px;

}

.bp-question-text{

    font-size:15px;

    line-height:1.9;

}

}