machroel It's course category, the current code doesn't support style for this. But you can override this file:
components\com_guru\views\gurupcategs\tmpl\view.php
At approx line 1242, change:
$desc = $this->cutDescription($categ->description, $config_category->ctg_description_length, $config_category->ctg_description_type, $config_category->ctg_description_mode);
to:
$desc = $categ->description;
Regards