<style>
h2 {
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
background: linear-gradient(to right , #C88C61 , #EBBE9C, #C88C61 60%);
background-position: 0 0;
transition: all 0.8s ease-in-out;
}h2:hover {
background-position: 500px !important;
}
</style>