Remove Button Animations on specific sections on Prestige Theme

Please add this code to Custom CSS of that section to do that

button.button:hover {
color: #fff;
background-position: unset;
border-color: rgb(var(--button-background));
background-size: 100%;
}