rico13 Hi
It's page heading of that menu item page, if you'd like to not show this, you can edit this file:
/templates/ja_impact/html/com_content/article/donation.php
Approx line 107-112, remove this snippet of code:
<!-- Page Heading -->
<?php if ($this->params->get('show_page_heading')) : ?>
<div class="page-header">
<h1> <?php echo $this->escape($this->params->get('page_heading')); ?> </h1>
</div>
<?php endif; ?>
Regards