.site-header .brand {
  gap: 12px;
  font-size: 14px;
}

.site-header .brand img {
  width: 96px;
  height: 48px;
}

.footer-brand .brand {
  gap: 13px;
  font-size: 15px;
}

.footer-brand .brand img {
  width: 110px;
  height: 55px;
}

@media (max-width: 800px) {
  .site-header .brand {
    font-size: 12px;
  }

  .site-header .brand img {
    width: 82px;
    height: 42px;
  }

  .footer-brand .brand img {
    width: 96px;
    height: 48px;
  }
}
