.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20rem;
  padding: 1.775rem 0;
}
.header-logo .site-logo {
  max-width: 180px;
  max-height: 40px;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 22.5rem) {
  .header-logo .site-logo {
    max-width: initial;
    max-height: initial;
    width: 160px;
    height: auto;
  }
}
@media only screen and (max-width: 20rem) {
  .header-logo .site-logo {
    width: 120px;
    height: auto;
  }
}

@media only screen and (max-width: 22.5rem) {
  .maintenance-page .header-logo {
    width: 100%;
    padding: 1.5rem 0 1rem;
  }
}
/*# sourceMappingURL=style.css.map */
