In Bootstrap 5, the no-gutters class has changed to g-0
In Bootstrap 4, the no-gutters class is included. No extra CSS is needed…
<div class="row no-gutters">
<div class="col-md-2">
// stuff here for this column
</div>
<div class="col-md-10">
// stuff here for columns
</div>
</div>