@media only screen and (min-width: 750px) {
  .site-header #AccessibleNav,
  .site-header .site-header__icons {
    width: 40%;
  }
  .site-header .header-logo {
    width: 20%;
  }
  .site-header .site-nav {
    text-align: left;
  }
  .site-header {
    padding: 0 20px;
  }
}