How to move banner text to top left

Hi everyone,

I want to move my banner text of the desktop version to the top left.

Could someone help me with this?

It is the Prestige theme

https://luyendykjewelry.com/

Thank you in advance!

@Chrystel078 - add this css to the very end of your theme.css file and check

@media (min-width: 750px) {
  .Slideshow__Content {top: 10% !important;}
}