Hi
It due to the module styles in template, it uses <h6> heading for the module title.
You can change this heading tag via the file: /templates/ja_candidate/html/layouts/chromes/t4section.php
At approx line 57:
$modTitle = '<'.$headerTag.' class="section-title h6 text-'.$titleColor.' '.$headerClass.'"><span>'.$module->title.'</span></'.$headerTag.'>';
and change the h6 tag as you wish.
I just changed to h3 tag on your site 🙂