Under _variables.scss we can change $grid-gutter-width: 30px !default; for all components.
Now, I need to change it only for .container class:
Like:
.container {
padding-left: 40px;
padding-right: 40px;
}
Where I can manage this on BS 4.5?