.brand {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: flex-start;
  width: 170px;
}

.brand img {
  height: auto;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.footer-logo {
  filter: none;
  height: auto;
  object-fit: contain;
  object-position: left center;
  width: 180px;
}

.drawer-logo {
  height: auto;
  object-fit: contain;
  width: 180px;
}

@media (max-width: 820px) {
  .brand {
    height: 56px;
    justify-content: center;
    width: 130px;
  }

  .brand img {
    object-position: center;
    width: 100%;
  }
}
