you have two ways:
1. change text via hook
public function onControllerPagesContentContact_UpdateData()
{
$that = $this->baseObject;
$that->view->assign('text_address', 'Some your title');
$that->view->assign('store', '');
$that->view->assign('address', 'You new Address here');
}
2. change storefront/view/****/template/pages/content/contact.tpl file (if you have specific template). NOTE: in case when you use "novator" or "default" template your changes will be overridden by future upgrades of core.