.brand img {
  display: block;
  width: 154px;
  height: 76px;
  object-fit: contain;
}

.foot .brand img {
  width: 190px;
  height: 116px;
  background: #fff;
  border-radius: 4px;
}

.logo-watermark img {
  width: 230px;
  height: 230px;
  object-fit: contain;
  opacity: 0.28;
  border-radius: 50%;
}

@media (max-width: 900px) {
  .brand img {
    width: 120px;
    height: 64px;
  }
}

@media (max-width: 560px) {
  .brand img {
    width: 108px;
    height: 58px;
  }
}
