Column spacing with the same size

Hello! What is your best method to set distances in a column evenly?

I give all child columns a margin of 20 px to the right, including the last one, so that the blocks remain the same size.

To remove the excess spacing on the right, I set the margin right to -20px for the entire column.

Are there better solutions to create an even spacing so that the blocks remain the same size?