@media only screen and (max-width: 1024px){
	.box-hover:hover .elementor-button-icon{
	transform: translateX(125px); 

}
}
@media only screen and (max-width: 1024px){
	.animate-btn .elementor-button svg{
		width: 16px
}
	.animate-btn:hover .elementor-button-text {
    transform: translateX(-24px);
}
}