Move widget to the center

Add this code to Custom CSS field on your Number Counter widget’s Style tab:

[class*='GridProvider__Component-sc'] {
justify-content: center;
}