.site-footer {
    position: relative;
    z-index: 1;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.footer-brand img {
    max-height: 40px;
}

.footer-brand p {
    margin-top: 1rem;
}

.footer-nav .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}