THanks for the response, much appreciated @Dan-From-Ryviu !
That didn’t work fully as apparently my theme had some [email removed] rules in this block.
I was able to configure it a bit that got it to where i wanted(centered and smaller) with the following code:
.custom__item {
flex: 0 0 auto;
margin-bottom: auto;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
}