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

.brand img {
  width: 138px;
  height: 56px;
  object-fit: contain;
  object-position: left center;
}

footer .brand img {
  width: 158px;
  height: 72px;
}

@media (max-width: 600px) {
  .brand img {
    width: 114px;
    height: 46px;
  }
}
