<mjml>
<mj-body>
<mj-section>
<mj-column width="200">
<mj-button background-color="black" color="white" href="http://toster.ru">
mjml me!
</mj-button>
</mj-column>
<mj-column width="200">
<mj-button background-color="black" color="white" href="http://toster.ru">
mjml me!
</mj-button>
</mj-column>
</mj-section>
</mj-body>
</mjml>
<mjml>
<mj-body width="600px">
<mj-section>
<mj-column width="300px">
<mj-image width="31px" height="31px" src="url" border="1px solid #415a6d" border-radius="16px" />
</mj-column>
<mj-column width="300px">
<mj-text color="black"
font-size="14px"
font-family="Helvetica"
line-height="19px">
text2
</mj-text>
</mj-column>
</mj-section>
</mj-body>
</mjml>