Move icons to the right and put logo in the middle

Hello,

I’m using Dawn theme. I’m trying to moving the cart and search icon to the right side of a header and putting my logo in the middle. Can you anyone please provide me a guidance on how to resolve this issue?

Here’s my link to a home page Shop

I’m sending screen shots for better understanding.

Thank you in advance, Max

@MaxManet paste below CSS at base.css last line

.header {
  width: 100%;
  display: flex;
}
.header__icons {
  margin-inline-start: auto;
}

Much appreciated, thank you for the solution