.footer-brand{display:flex;align-items:center;gap:13px;margin-bottom:14px}
.footer-logo-image{display:block;width:auto;max-width:min(100%,calc(var(--footer-logo-height)*4.5));height:var(--footer-logo-height);object-fit:contain;object-position:left center}
.footer-brand-icon{display:grid;place-items:center;flex:0 0 var(--footer-logo-height);width:var(--footer-logo-height);height:var(--footer-logo-height);border-radius:50%;background:linear-gradient(145deg,var(--blue),var(--navy));color:#fff;font:800 calc(var(--footer-logo-height)*.5) Georgia,serif}
.footer-about>p{margin-top:0}
@media(max-width:560px){.footer-brand{gap:10px;margin-bottom:12px}.footer-logo-image{max-width:100%}}
