.elementor-animation-float {
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out
    }
.elementor-animation-float:active, .elementor-animation-float:focus, .elementor-animation-float:hover {
    transform: translatey(-8px)
    }