Move all widget's elements to the left

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

@media(min-width: 601px) {
[class*="Main__GridContainer-sc"] {
margin-left: 0;
}
}