Add to cart buttons not aligned on mobile

I’m building an e-commerce website and on the mobile version of the product page the ‘add to cart’ buttons are not aligning (See image below). Does anyone know how I can fix this?

@Abehsile - can you please share this page link?

Yes. https://effectivecustomwoodworks.myshopify.com/

The Pasword is yushai

@suyash1

@Abehsile - add this css to the very end of your base.css file and check

@media screen and  (max-width:749px){
.usf-zone *{word-break: break-word !important;}
}

It worked, thank you so much for your help.