/* r65 - centre the footer brand (logo + intro text) on single-column mobile only. */
@media(max-width:640px){
  .footer-brand{text-align:center}
  .footer-brand img{margin-left:auto;margin-right:auto;display:block}
  .footer-brand p{margin-left:auto;margin-right:auto;max-width:420px}
}
