How to reposition the shop now button on slideshow

Good day

I want to reposition the shop now button on my slideshow by moving it alittle higher or off center. I have tried reading previous posts but they seem outdated to what is displayed in the current edit code.

Can anyone assist ?

Thank you

Add this code in css file

.shop-now-button {
  position: relative;
  top: -10px; /* Adjust this value to move the button higher */
}