In order to change this labels, you need to reach this file /public_html/templates/[your template]/html/com_contact/contact/default_plain.php
Change the lines that listed below
First Condition:
Line 93:
<h4 class="ot-title text-uppercase"><?php echo JText::_('TPL_CONTACT_EMAIL_FORM'); ?></h4>
Last Condition:
Line 93:
<h4 class="ot-title text-uppercase"><?php echo JText::_('TYPE HERE WHATEVER YOU WANT'); ?></h4>
First Condition:
Line 37:
<h4 class="ot-title text-uppercase"><?php echo JText::_('TPL_CONTACT_DETAILS'); ?></h4>
Last Condition:
Line 37:
<h4 class="ot-title text-uppercase"><?php echo JText::_('TYPE HERE WHATEVER YOU WANT'); ?></h4>
I tried to find this solution but i couldn't. Finally i checked all template files and i found it. I hope it works for your site.