main {
  overflow: hidden;
}

@media (max-width: 1200px) {
  #header .header-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  #header #search_widget form input[type="text"] {
    max-width: 80vw;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    justify-self: center;
    margin-inline: 20px;
  }
}
