How can I standardize the heading bar size across all pages?

Hi! I have a question about the heading on each page

The heading bar height is different between the home page and other pages.

The top image is how I want every page to look like.

I do not want the logo and the menus overlap. I fixed, but it is only applied on the home page.

How can I make all pages look the same as the home page?

Here is the link to the site

Thank you so much!!

Hello @MotownTress

Its Artzen Technologies! We will be happy to help you today.

This is your issue

Add this CSS in your css file

@media screen and (min-width: 1240px)
.Header--center .Header__Wrapper .Header__FlexItem {
    margin-bottom: 56px;
}
}

After that

Let me know if need further assistance
Regards,
Artzen Technologies