Opacity applied to container is fading the text on top 'layer'...
To resolve this issue I read about using pseudo-element with ::before applied.
However, my use case is different from a simple hero banner...
<div class="col-lg-6 order-lg-1 my-auto showcase-text">
Within there is some <h2> txt, <p> text and a button.
However, I'd like the background image in this overall container to have a light opacity.
As mentioned, it took back the opacity of all elements within this same block.
I tried pulling 'order-lg-1' as the key class to work with in order to define:
Thank you.
