In this example, the image is floated to the right using `.float25L`, while the text takes up 75% of the width using `.float75L`. On mobile devices, both elements stack vertically.

This layout reverses the structure—the image is floated left with `.float25L`, and the text fills the remaining 75%. The responsive CSS ensures readability and clean stacking on smaller screens.
