.bp-question-card{
background:#f8f7ea;
border:1px solid #e5d15c;
border-radius:18px;
padding:24px 28px;
margin:24px 0 18px;
}
.bp-question-label{
font-size:15px;
font-weight:700;
color:#7b4a00;
margin-bottom:14px;
text-transform:uppercase;
letter-spacing:.4px;
}
.bp-question-text{
font-size:28px;
line-height:1.6;
color:#111;
font-weight:500;
}
@media screen and (max-width:768px){
.bp-question-card{
padding:20px;
border-radius:14px;
}
.bp-question-text{
font-size:22px;
}
}