The customer details have the email and telephone overlapping titles if you go to the account page and view previous orders - css code creating this below
<header>
<h2>Customer details</h2>
</header>
<dl class="customer_details">
<dt>Email:</dt><dd>greenfern@degal.com</dd><dt>Telephone:</dt><dd>442380481732</dd></dl>














