Help needed! Repositioning Some Things On Landing Page

Hi,

this is my landing page.

I wish to slightly lower the text & button on my hero image,
and if possible move the Header logo slightly to the left (Just to give the knight’s head more of a margin).
Also, Is it possible to make isolated letters in a word a different color? My branding suits making some capital letters red, like this: Home Belts Contact.

Thanks in advance,

-Alyx

HI @MerlinsGirdler
You can try to add this code into bottom of the file theme.scss

.hero__text-content{
vertical-align: bottom;
padding-bottom: 50px;
}
.site-header .wrapper {
max-width: 1600px;
}