.site-footer .footer-top {
  grid-template-columns: 1.4fr 0.7fr;
}

@media (max-width: 520px) {
  .site-footer .footer-top {
    grid-template-columns: 1fr;
  }
}

.site-footer .footer-brand .brand-mark {
  display: none;
}
