.brand {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.brand img {
  display: block;
  width: 190px;
  height: auto;
}

.brand:focus-visible {
  outline-offset: 7px;
}

.footer-brand {
  width: max-content;
  padding: 10px 13px;
  border-radius: 10px;
  background: #fff;
}

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

@media (max-width: 650px) {
  .brand img {
    width: 155px;
  }
}
