<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Loan Consultant Introduction</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
color: #333;
margin: 20px;
}
.container {
max-width: 600px;
margin: 0 auto;
padding: 20px;
border: 1px solid #ccc;
border-radius: 8px;
background-color: #f9f9f9;
}
.header {
text-align: center;
margin-bottom: 20px;
}
.content {
margin-bottom: 20px;
}
.footer {
text-align: right;
}
.unsubscribe {
text-align: center;
margin-top: 20px;
}
.unsubscribe a {
color: #007BFF;
text-decoration: none;
}
</style>
</head>
<body style="font-family: Arial, sans-serif;
line-height: 1.6;
color: #333;
margin: 20px">
<div style="max-width: 600px;
margin: 0 auto;
padding: 20px;
border: 1px solid #ccc;
border-radius: 8px;
background-color: #f9f9f9" class="container">
<div style="text-align: center;
margin-bottom: 20px" class="header">
<h1>Zulma Abreu</h1>
<h2>Loan Consultant</h2>
</div>
<div style="margin-bottom: 20px" class="content">
<p>Hi there! Welcome to our services.</p>
<p>I'm Zulma Abreu, a loan consultant specializing in project funding. We currently offer competitive financing at favourable rates for viable projects across all sectors.</p>
<p>Whether you are launching a new initiative or seeking support for ongoing projects, our program provides flexible repayment terms of up to 20 years. I believe our tailored funding solutions could be beneficial for you and your company.</p>
<p>Would you be interested in exploring this opportunity further? Please let me know your availability for a brief discussion.</p>
</div>
<div style="text-align: right" class="footer">
<p>Best Regards,</p>
<p>Zulma Abreu<br>Loan Consultant</p>
</div>
<div style="text-align: center;
margin-top: 20px" class="unsubscribe">
<p>If you wish to unsubscribe from our mailing list, please <a href="your-unsubscribe-link-here">click here</a>.</p>
</div>
</div>
</body>
</html>