header .brand img {
  width: 210px !important;
  height: 64px !important;
  object-fit: contain;
}

@media (max-width: 760px) {
  header .brand img {
    width: min(176px, calc(100vw - 88px)) !important;
    height: 54px !important;
  }
}
