How can I change the logo position on my website?

@Essam1 ,

Add this one too!

@media screen and (max-width: 768px){
h1.header-logo {
    margin-top: 0px !important;
}
}