Hello There,
To center your button, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.x-btn {
padding-top: 0.714em !important;
padding-bottom: 0.714em !important;
}
Hope this helps. Please let us know how it goes.