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

.brand img {
  display: block;
  width: auto;
  height: 58px;
  object-fit: contain;
}

.footer-brand {
  padding: 5px 10px;
  border-radius: 4px;
  background: #fff;
}

.footer-brand img {
  height: 48px;
}

.contact-card a > span:first-child {
  display: flex;
  flex-direction: column;
}

.contact-card a > span:first-child small {
  color: #5c6b77;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.contact-card address {
  display: flex;
  flex-direction: column;
  margin: 18px 0 0;
  color: #102638;
  font-style: normal;
  line-height: 1.55;
}

.contact-card .map-link {
  color: #165a91;
}

@media (max-width: 580px) {
  .brand img {
    height: 46px;
  }

  .footer-brand img {
    height: 42px;
  }
}
