Hi there!
I understand your concern. Please note that, generally, we do not provide support for custom CSS. However, as an exception, here is the CSS code to help fix your layout issue:
@media only screen and (max-width: 980px){
.woocommerce-checkout .woocommerce .ast-mobile-order-review-wrap{
margin-left: auto !important;
margin-right: auto !important;
}
}
The issue you are currently facing is due to the negative margin applied to the order summary section on mobile.
If adjusting that does not help, I would recommend contacting your theme provider, as the site layout is controlled by the theme. They will be able to provide you with the proper steps to resolve the issue.
Thank you