Two Columns by Two Rows

Preview
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr" lang="en">
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
    <meta name="x-apple-disable-message-reformatting" />
  </head>
  <body style="background-color:rgb(255,255,255);margin-top:auto;margin-bottom:auto;margin-left:auto;margin-right:auto;font-family:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'">
    <table align="center" width="100%" border="0" cellPadding="0" cellSpacing="0" role="presentation" style="max-width:550px;margin:40px auto">
        <tr>
            <td style="width:50%;padding:12px">
                <img src="https://images.unsplash.com/photo-1600585154340-be6161a56a0c" alt="Modern Living Room" style="width:100%;height:200px;object-fit:cover;margin-bottom:16px" />
                <h3 style="font-size:24px;margin-bottom:8px">Modern Living</h3>
                <p style="font-size:16px">Contemporary design for everyday comfort</p>
            </td>
            <td style="width:50%;padding:12px">
                <img src="https://images.unsplash.com/photo-1616046229478-9901c5536a45" alt="Minimalist Kitchen" style="width:100%;height:200px;object-fit:cover;margin-bottom:16px" />
                <h3 style="font-size:24px;margin-bottom:8px">Smart Kitchen</h3>
                <p style="font-size:16px">Efficiency meets elegant design</p>
            </td>
        </tr>
        <tr>
            <td style="width:50%;padding:12px">
                <img src="https://images.unsplash.com/photo-1616594039964-ae9021a400a0" alt="Cozy Bedroom" style="width:100%;height:200px;object-fit:cover;margin-bottom:16px" />
                <h3 style="font-size:24px;margin-bottom:8px">Serene Sleep</h3>
                <p style="font-size:16px">Transform your bedroom into a sanctuary</p>
            </td>
            <td style="width:50%;padding:12px">
                <img src="https://images.unsplash.com/photo-1600566753086-00f18fb6b3ea" alt="Home Office" style="width:100%;height:200px;object-fit:cover;margin-bottom:16px" />
                <h3 style="font-size:24px;margin-bottom:8px">Work Space</h3>
                <p style="font-size:16px">Professional comfort at home</p>
            </td>
        </tr>
    </table>
  </body>
</html>
Two Columns by Two Rows | EmailBits