@media only screen and (min-width: 992px) {
  .slot--header-logo {
    max-width: 600px;
  }
}
@media only screen and (max-width: 568px) {
.slot--header-logo {
  max-width: 280px;
}
.nordic--header .nordic--header-wrapper .nordic--header-left {
  width: 28px;
}
.nordic--header .nordic--header-wrapper {
  padding: 16px;
}
	}

