Hi,
I'm wondering if there is an out-of-the-box feature in Magento 2 similar to the column grid structure in Bootstrap? I'm looking to add a unique layout to the homepage with a grid structure akin to Bootstrap's (example below)
<div class="col-lg-6 col-md-3 col-sm-5">Some content</div>
I can't seem to figure out if Magento 2 has something similar to this grid structure for easy customization.