How to center items using a row?

I’m using a Container with a row with a variable amount of data.
There is a way to center? Maybe not using Container?

Result:

Thanks, Mario

Hello @Mario_Ghersi

Unfortunately, I’ve also hadn’t had success in centering containers. You could use a Block component with styles below(could be set through UI builder)

display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;