@media (max-width: 800px) {
  .site-header .brand {
    display: flex;
    align-items: center;
    height: 52px;
  }

  .site-header .brand img {
    width: 58px;
    max-height: 46px;
    object-fit: contain;
  }
}
