Currently in the process of working on a website, I have encountered a particular challenge regarding the layout design using Bootstrap 4. (Highlighted in Red)
https://i.sstatic.net/k8bKv.png
The issue at hand is that the first column is a col-md-7 and the second column is a col-md-5. The first column contains an image that needs to align with the left corner of the page, while the second column should adhere to the standard width and column size. To provide further context, here is an example of what I am trying to accomplish.
[Example on JS Fiddle][2]