.site-header {
  min-height: 138px;
  padding-top: 26px;
  padding-bottom: 26px;
}

.site-header .brand {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.site-header .brand img {
  width: 180px;
}

@media (max-width: 900px) {
  .site-header {
    min-height: 112px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .site-header .brand img {
    width: 150px;
  }
}

@media (max-width: 600px) {
  .site-header {
    min-height: 104px;
  }

  .site-header .brand img {
    width: 125px;
  }
}
