.brand .real-logo {
  display: block;
  width: 126px;
  height: 62px;
  object-fit: contain;
}

.footer-brand {
  display: inline-flex;
  padding: 0;
}

.footer-brand .real-logo {
  width: 220px;
  height: 74px;
  filter: brightness(1.45) contrast(.92);
}

.footer-grid {
  grid-template-columns: 230px minmax(200px, .75fr) minmax(300px, 1.25fr);
  gap: 1rem;
}

.contact-form-placeholder {
  align-self: start;
}

.contact-form-placeholder > div {
  min-height: 92px;
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, .28);
  display: grid;
  align-content: center;
  gap: .2rem;
}

.contact-form-placeholder span {
  font-size: 15px;
  font-weight: 700;
}

.contact-form-placeholder small {
  color: #e2ece6;
  font-size: 12px;
}

@media (max-width: 760px) {
  .brand .real-logo { width: 105px; height: 52px; }
  .footer-brand .real-logo { width: 185px; height: 64px; }
  .footer-grid { grid-template-columns: 1fr; }
}
