<div class='container'>
<div class='grid'>
<div class='grid_item'>
<div class='foo'>it's the end of the world as we know it</div>
</div>
<div class='grid_item'>
<div class='foo'>it's the end of the world as we know it</div>
</div>
</div>
</div>
<p>Am trying to achieve two equal columns with a gutter between them. Is this the simplest way of doing this using flexbox?</p>