So the problem with this section is that each picture is suppose to be in its own div along with the corresponding text. What you basically did with your code is put all the pictures and text side by side one after another.
Then each of those divs you use flex with flex direction column so the picture stacks on top of the top of the text
So the problem with this section is that each picture is suppose to be in its own div along with the corresponding text. What you basically did with your code is put all the pictures and text side by side one after another.
Then each of those divs you use flex with flex direction column so the picture stacks on top of the top of the text