Hi,
The ability to center wasn’t removed. It’s the way you have build the page.
I can see you have three columns, with two empty columns on each side.
This makes your columns float to left and because the first column is empty, the second column floats to far left.
Please change the three columns to just one column and the column center element will work as it should.
You can limit the width of your audio element by adding an inline style.
[x_audio_player style="max-width:500px;margin:0 auto;" mp3="https://www.highperformingculture.com/wp-content/uploads/2018/11/Fundamentals-System-Overview.mp3"]
Hope that helps