header #header-logo {
  width: 25rem;
}

@media screen and (max-width: 1200px) {
  header #header-logo {
    width: 20rem;
    padding: 1rem 0 !important;
  }
}
