Breakpoint utility classes allow you make an element's width 'breakout' of its parent container and stretch the full width of the viewport. This is mainly used to give content more room to breath on smaller screens by having its width edge to edge of the viewport, bypassing any margins of parent containers.
Responsive breakout classes are the most commonly used, as this type of behaviour is useful on devices with smaller screens. The below example show a 2 column layout, which up until the sm
breakpoint, have breakout behaviour applied so they have the maximum amount of viewport space available to them.