Can you help me write an relative XPath for the below HTML to get the para text 'You are an employer' based on link 'Emp':
<div class = "dummy">
<h2 class="dummy2">
<a class="dum3" href="/model/login/">Emp</a>
</h2>
<p class="govuk-body">You are an employer</p>