Go to ijoomla_ad_agency.html.php and find this (line 2172 aprox.):
<div class="componentheading">
<?php if ($adv_row->aid==0) {
echo _JAS_REGISTRATION;
} else {
echo _JAS_MY_PROFILE;
} ?>
</div>
Change componentheading for another class.
Best regards,