.header a {
  font-size: 1.3rem;
}
.header-wrapper {
  width: 100%;
}
.header__icons {
  grid-row: 1;
}
@media screen and (max-width: 989px) {
  .header__icons {
    grid-row: 1;
  }
  .header__heading-logo-wrapper img {
    width: 60px;
  }
}