how to change button position in mobile

i want to change the shop now mobile button position to show like in the desktop button

url : saintalen.com

@ai41 - you want to show the button at the bottom of the image?

not at the bottom , i want it to show exactly like in the desktop

@ai41 - on browser view it is like this,

yeah i want it to be down ,

@ai41 please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css

@media screen and (max-width:749px){
.banner__content{align-items: flex-end;}
}