Costom Code
<style>
.highlight-line::before{
content: '';
background: #43E925;
width: 70px;
height: 70px;
position: absolute;
margin-top: 20px;
z-index: -1;
transition: 0.5s;
border-radius: 10px;
box-shadow: 0px 0px 5px #43E925;
border: none;
}
.txt-highlight{
color: #43E925;
}
.icon-make .elementor-icon-wrapper{
display: flex;
}
.highlight-line:hover::before{
transform: translateX(-10px);
}
.btn-wp23 .elementor-button-icon{
color: #43E925 !important;
fill: #43E925 !important;
transition: 0.5s ease;
}
.btn-wp23:hover .elementor-button-icon{
margin-left: 10px;
}
</style>