.brand-logo img {
  height: 64px;
}
@media (max-width: 600px) {
  .brand-logo img {
    height: 56px;
  }
}