Looks like you’ve made some changes….but if you still need to move it down, you can look for this in your css –
.header-image .site-header .widget-area {
padding: 40px 0;
padding: 2.5rem 0;
}
Then add some margin at the top –
.header-image .site-header .widget-area {
margin-top: 20px;
padding: 40px 0;
padding: 2.5rem 0;
}