Add this to the Custom CSS for the Button:
a.elementor-button { transform: skew(-25deg); }
a.elementor-button > .elementor-button-content-wrapper { display: inline-block; transform: skew(25deg); }
Or
.btn.btn-skew {
-webkit-transform: skew(-15deg);
transform: skew(-15deg);
}




