Is there a way to customize the width of a container to 1440px while ensuring that the columns are still responsive? My project is built using Bootstrap 4 and SCSS.
<div class="container">
<!-- Custom Container Width at 1440px-->
<div class="row">
<div class="first"></div><!-- Section 825px-->
<div class="second"></div><!-- Section 615px-->
</div>
</div>