I'm having trouble with my HTML-Email template not displaying correctly in Outlook.
When viewed in Gmail:
https://i.sstatic.net/L8CYl.png
But when viewed in Outlook desktop:
https://i.sstatic.net/yONWP.png
<table align="center" border="0" cellspacing="0" cellpadding="0" style="width: 90%;border-collapse: collapse;align-content: center;">
<tr>
<td style=" background-color: #ececec; display: block; border-bottom: 2px solid #ccc; padding: 5px; text-align: center;vertical-align: middle;"></td>
<td id="title" style="background-color: #ececec; display: table-cell;width: 40%; padding: 0px; text-align: center; font-size: 15px; font-weight: bold; vertical-align: middle;">SHOP WITH CONFIDENCE</td>
<td style=" background-color: #ececec; display: block;border-bottom: 2px solid #ccc;padding: 5px;"></td>
</tr>
</table>
Can anyone advise on how to make it look the same in Gmail and Outlook?