.elementor-button span.icon-two i,
.elementor-button span.icon-two svg {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.elementor-button:hover span.icon-two i,
.elementor-button:hover span.icon-two svg {
  transform: translateX(0.5rem);
}