.header {
  background: linear-gradient(to right,var(--accent-color)  0, var(--secondary-background-color) 100%) no-repeat;
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  color: var(--secondary-text-color);
  min-height: 14.5rem;
  padding-bottom: 1rem;
}

@media (max-width: 1200px) {
  .header {
    min-height: 7.5rem;
  }
}