.brand img {
  width: 245px;
  height: auto;
}

.footer-logo {
  width: 245px;
  height: auto;
  box-sizing: content-box;
  padding: 10px 14px;
  background: #fff;
  border-radius: 8px;
}

@media (max-width: 820px) {
  .brand img {
    width: 205px;
  }

  .footer-logo {
    width: 220px;
  }
}
