How do I move the text in header image to the left?

In mobile version

Add This css In your Base.css File

@media screen and (max-width:767px){
    .banner__content {
        position: absolute !important;
        bottom: 0;
    }   
}