Hi
In the background its image, The text currently using 50% width.
You can try this code in custom.css file to reduce it so it stay more on the left side
@media (min-width: 992px) {
.acm-hero .hero-content {
width: 40%!important;
}}
@media (max-width:991px) and (min-width: 767px){
.acm-hero .hero-content {
width: 50%!important;
}}
Hope it helps.
Regards