@media screen and (min-width: 990px) {
  header.header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }

  .header__heading {
    margin-right: 40px;
  }
}
