Can we have conditional CSS styling?

Looks like the Discy theme also has the category in the classes like shown in the screenshot:

enter image description here

Simply add your styles to the class.

Example:

.question-category-language {
    font-size: 16px;
}

.question-category-analytics {
    font-size: 25px;
}