.brand {
  width: 258px;
  height: 64px;
  overflow: visible;
}

.brand-wide {
  width: 250px;
  top: 50%;
  transform: translateY(-50%);
}

.footer-brand {
  width: 225px;
}

.footer-brand img {
  width: 215px;
}

@media (width <= 1050px) {
  .brand {
    width: 220px;
  }

  .brand-wide {
    width: 214px;
    top: 50%;
  }
}

@media (width <= 820px) {
  .brand {
    width: 58px;
    height: 58px;
  }
}
