.brand {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(20, 217, 255, 0.32);
}

.brand img {
  width: 205px;
  filter: contrast(1.08) saturate(1.12);
}

footer img {
  width: 170px;
  padding: 8px 12px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.32);
}

@media (max-width: 580px) {
  .brand {
    padding: 7px 10px;
  }

  .brand img {
    width: 165px;
  }
}
