With bootstrap 4 (or 5) I'm trying to do a split content with it's own unique background colors/images. Effectively I'm looking to use container within a container-fluid. I've looked at options for setting split background colors (like green/orange) using linear-gradient but the problem is that when switching to mobile it tries to split each section of content.
For the image (example image top section purple) I tried to use the solution below but again ran into issues on mobile view. Is there a better way to support these use cases or is the best option to do some mobile specific breakpoints to hide colors/images and then do specific low view port display options? Bootstrap - split background container full-width