For desktop view, I'm aiming to have 4 columns with images positioned above the text in a similar layout to the first image (using col-3), which is quite straightforward. I currently have the image and text within the same column.
https://i.sstatic.net/JFida.png
However, for mobile display, I want the icon to be on the left and the text on the right, resembling the second image layout.
https://i.sstatic.net/lxTfR.png
I've attempted to float the image to the left and the text to the right, but it doesn't seem to work. I've also tried separating the image and text, but they do not align properly on all screen sizes when I do that. This task seems like it should be simple, but for some reason, my brain is struggling to figure it out.