Can padding be added only for the large grid and not for the medium grid?
Large grid with padding:
<div class="col-lg-4 pl-3">
</div>
Medium grid without padding:
<div class="col-md-3">
</div>
How can they be combined to use padding for the large grid only?