.brand {
  width: 190px;
  height: 64px;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

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

footer img {
  width: 220px;
  height: 92px;
  object-fit: contain;
  object-position: left center;
  filter: none;
  mix-blend-mode: normal;
  background: #fff;
  border-radius: 4px;
  padding: 8px 12px;
}

@media (max-width: 900px) {
  .brand {
    width: 150px;
    height: 56px;
  }
}
