.header {
  width: 100%;
  min-height: 120px;
  background-image: linear-gradient(180deg, #00428a, #00142f);
  position: fixed;
  top: 0;
}

@media screen and (max-width: 1230px) {
  .header {
    min-height: 90px;
  }
}