OK, if i understand correctly, add this CSS:
@media(min-width: 768px) {
.site-header .inside-header {
align-items: flex-end;
}
.menu-bar-items {
margin-bottom: 40px;
}
}
It will align the navigation to the bottom of the header. and it will add 40px of space between the icons and the nav.