.scq-header {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  position: relative;
  z-index: 5;
}
.scq-header__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.scq-header__logo-link {
  display: inline-block;
  line-height: 0;
}
.scq-header__logo {
  height: auto;
}
