.official-logo-mark {
  width: 50px;
  height: 46px;
  object-fit: contain;
  flex: 0 0 auto;
  padding: 3px;
  background: #fff;
  border-radius: 12px;
}

footer .official-logo-mark {
  width: 58px;
  height: 54px;
}

.founder-official-logo {
  width: min(230px, 46vw);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(12, 89, 84, .13));
}

.founder-copy p {
  margin-top: 1rem;
}

.founder-copy blockquote {
  margin-top: 1.5rem;
}

@media (max-width: 720px) {
  .official-logo-mark {
    width: 44px;
    height: 42px;
  }
}
