Let me explain a bit about the Bootstrap Grid system: each row has a total of 12 columns. If you want to display 4 modules side by side, each module should use 3 columns.
Right now, you’ve set each module to 12 columns, so they take up the full width one by one.
Since you currently have 3 modules, I’ve adjusted them to use 4 columns each, so they align horizontally. Of course, you can change this setting anytime to fit your needs.
