Hi @icecast,
If possible, I would suggest using the page builder asset for these, so that you can easily set the width and align how many you want per row etc.
If you need these within content, then you can use the following shortcodes to place around each one to create columns:
3 columns
[one_third]
..
[/one_third]
[one_third]
..
[/one_third]
[one_third_last]
..
[/one_third_last]
4 columns
[one_fourth]
..
[/one_fourth]
[one_fourth]
..
[/one_fourth]
[one_fourth]
..
[/one_fourth]
[one_fourth_last]
..
[/one_fourth_last]
Hope that helps.
– Ed