@media (max-width: 1200px) {
  header {
    height: auto !important;
    min-height: 180px;
    padding: 16px 8px !important;
  }
  header h1 {
    font-size: 28px;
    line-height: 1.3;
  }
}