Is there a way to make a title in one column overlap the next column without relying on position:absolute in CSS? I want to maintain the width of the title to be as wide as the col-8 column in Bootstrap, while keeping it proportional for smaller screens. Are there any Bootstrap variables or SASS mixins that can help accomplish this?
You can see an example of what I'm looking for here.
Thank you in advance for any assistance!