How to adjust payment buttons on MOBILE

@CreatorTim

@media (min-width: 480px){
  #shopify-section-template--22711083893001__main .product-form__buttons {
    display: flex !important;
    flex-direction: column !important;
}
.product-form__buttons .shopify-payment-button, .product-form__buttons .product-form__submit {
    width: 100% !important;
}

}

Go to Theme > Customization > Theme Setting > CSS

If its helpful , please Like & Accept as solution Thanks