.brand {
  align-items: center;
}

.brand-logo {
  width: 42px;
  height: 49px;
  object-fit: contain;
  background: #fff;
}

.brand-title {
  margin-left: 9px;
  color: #263b67;
  font-size: .88rem;
  font-weight: 900;
  letter-spacing: .02em;
}

.footer-brand {
  align-items: center;
  color: #fff;
}

.footer-logo-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 86px;
  padding: 5px;
  flex: 0 0 auto;
  background: #fff;
  border-radius: 4px;
}

.footer-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-brand-copy {
  display: flex;
  flex-direction: column;
  margin-left: 14px;
}

.footer-brand-copy strong {
  color: #fff;
  font-size: 1rem;
}

.footer-brand-copy small {
  color: #9facc1;
  font-size: .62rem;
  letter-spacing: .04em;
}

@media (max-width: 760px) {
  .brand-logo {
    width: 34px;
    height: 40px;
  }

  .brand-title {
    margin-left: 7px;
    font-size: .76rem;
  }

  .footer-logo-shell {
    width: 68px;
    height: 78px;
  }
}
