<div style="
/* Align sub-items to top */
align-items: start;
display: flex;
">
<div style="
margin-right: 16px;
/* Set the width for the media object */
width: 200px;
">
...
</div>
<div style="
/* Take the remaining width */
flex: 1;
">
...
</div>
</div>