Good try. Your CSS selector applies to the whole grid "card." We need to look at the HTML and construct a CSS selector that will apply just to the row labels. Assuming this is a row-oriented grid question, I think this is what you're after:
<style>
.mobile_grid_question {
font-weight: bold;
}
</style>