I love Bootstrap, but I'm no expert nor a front-end developer, and there is a problem I always have with it. See the image below.
For the row and columns of this layout, I use this:
<div class="row">
<div class="col-md-4">...</div>
<div class="col-md-4">...</div>
<div class="col-md-4">...</div>
</div>
Is there any utility class to remove this space in the start and in the end of the row? I would like to make the first and last column to match the red box below.