.brand-text {
  color: #071b34;
  display: inline-flex;
  flex-direction: column;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: .9;
}

.brand-text span { font-size: 1.55rem; }
.brand-text small { color: #d5a84b; font-size: .82rem; letter-spacing: .32em; margin-top: .45rem; }

.footer-brand {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: 1.3rem;
}

.footer-brand span { color: #d5a84b; display: block; font-size: .85rem; letter-spacing: .34em; margin-top: .25rem; }

.brand img.brand-logo {
  height: 82px;
  width: 180px;
  object-fit: contain;
}

.footer-logo {
  filter: brightness(0) invert(1);
  height: 125px;
  margin: 0 0 1rem;
  object-fit: contain;
  object-position: left center;
  width: 230px;
}

@media (max-width: 560px) {
  .brand img.brand-logo { height: 70px; width: 150px; }
}
