Debut Theme Image with Text overlay. How to align text to the left

Debut Theme

Section: Image with Text overlay

How do I align the text to the left instead of the centre?

https://chaletboutique.com.au/ - homepage: chalet boutique rewards

Hello @chaletboutique

Please use below code on assets → theme.scss.css at the bottom to left align the content

.hero .h1.mega-title {
text-align: left !important;
}
.hero .mega-subtitle {
text-align: left !important;
margin:0 !important;
}

Thank you so much! It worked perfectly!

Hi there, when I do that, yes the text goes to the left but there’s still a huge margin/space on the left. Debut theme