<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Listening Heart</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
font-family: Arial, sans-serif;
max-width: 700px;
margin: 60px auto;
line-height: 1.6;
padding: 0 20px;
}
h1 {
font-size: 28px;
}
.contact {
margin-top: 40px;
}
</style>
</head>
<body>
<h1>Listening Heart Services</h1>
<p>
Everyone needs a listening ear in their life - and I’m here to offer a listening heart.
I offer a safe, compassionate space where no conversation is too big or too small.
My work is rooted in care, understanding, and community support.
<h3>You don’t need to have the words, we’ll find them together.</h3>
</p>
<p>
Affordable (pay-what-you-can) counselling and psychotherapy
Home visits available for those unable to travel.
</p>
<div class="contact">
<h2>Contact</h2>
<h4>Call Dorothy:</h4>
<p>Qualified and registered counsellor, professional and confidential support
</p>
<p>Phone: 085 808 3656 </p>
<p>Email: dorothy@listeningheart.eu</p>
</div>
</body>
</html>