.brand {
  align-items: center;
  display: flex;
  text-decoration: none;
  width: 238px;
}

.brand img {
  display: block;
  filter: brightness(0) invert(1);
  height: 58px;
  object-fit: contain;
  object-position: left center;
  width: 100%;
}

@media (max-width: 1000px) {
  .brand { width: 170px; }
  .brand img { height: 42px; }
}

@media (max-width: 620px) {
  .brand { width: 144px; }
  .brand img { height: 35px; }
}
