How can I align an image to the left in my main section?

Hi i have section(main first) image with Download button i want my image to align to the left can someone please help me in this ? Thanks

here is the link to the store

https://www.elementpbr.com/

Hello there,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >base.css and paste this at the bottom of the file:
.banner__content.banner__content--middle-right.page-width {
width: auto;
text-align: center;
}

Hi your reply is really appreciated But i want image to be on the left and text stay where it is now

@z-bug

div#Banner-template--15419569307829__16480268297a2f103b .banner__media {
    left: -72px !important;
}

try out this code.

Sorry Bro it didn’t worked.

@z-bug
Add this code in the section-image-banner.css

Still didn’t worked bro