Help with my buttons on the page please

Hello guys, what a pity the question, does anyone know in a very simple way how I can add movement and a gradient color to my purchase buttons, thank you very much

.btn_bg {
background: linear-gradient(90deg, rgba(121,9,9,1) 0%, rgba(255,132,0,1) 100%);
!important;

}
.btn_bg:hover {
  transform: translateY(-10px);

then add .btn_bg to your button css class

Hi @Juan,
Please follow this small guide: Adding a gradient color or background to an Element in Funnelish