How can I adjust the padding between my heading on the hero banner?

So I am trying to move the heading (H3) down and increase the padding between the button and the subtitle text. I’ve tried targeting the text, the text container, etc. to customize the CSS, but it moves the entire hero banner down and so I’ll see white peeking at the top, which is not what I’m after. How can I target and code the CSS for moving the heading and subtitle text down, and increase the padding/margin between the button and the subtitle text?

Website: https://test-kds01.myshopify.com/?_ab=0&_fd=0&_sc=1

Password: password01

@kdigitalstudio ,

#section-165860050642b9f271 .LT-SHW-title {
    margin-top: 130px;
    line-height: 68px;
}
p.LT-SHW-subtitle {
    padding: 16px 0;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid