.entity-name {
  margin: -28px 0 0;
  color: #5d6b7c;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.footer-logo {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(227, 189, 115, .55);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
  background: #efe3cd;
}

.site-logo {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(227, 189, 115, .65);
  background: #efe3cd;
}

.footer-brand {
  align-items: center;
}

.footer-brand small {
  color: var(--gold2);
  font-size: 11px;
  letter-spacing: .14em;
}

@media (max-width: 640px) {
  .entity-name {
    margin: -30px 0 0;
    font-size: 12px;
    line-height: 1.45;
  }

  .footer-logo {
    width: 64px;
    height: 64px;
  }

  .site-logo {
    width: 42px;
    height: 42px;
  }
}
