.site-footer {
    background: var(--color9);
    color: #fff;
    padding: 90px 10px 10px 10px;
    text-align: center;
}

.footer-top-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    max-width: var(--gMaxWidth);
    margin: 0 auto;
    text-align: left;
}

.footer-top-container > * {
    flex: 1;
}

.footer-info h2 {
    font-size: 43px;
    font-weight: 300;
    padding-bottom: 20px;
}

.footer-info p {
    font-size: 13px;
    font-weight: 400;
    max-width: 75%;
}

.footer-nav h2 {
    font-size: 20px;
    font-weight: 400;
}

.footer-menu-container {
    padding-top: 20px;
}

.footer-menu-container ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 13px;
    font-weight: 400;
}

.footer-divider {
    background-color: white;
    width: 100%;
    max-width: var(--gMaxWidth);
    margin: 0 auto;
    height: 1px;
    margin-top: 50px;
}

.footer-btm-container {
    font-size: 13px;
    font-weight: 400;
    padding: 50px 0px 0px 0px;
}

/* Responsive */
@media (max-width: 900px) {
    .footer-top-container {
        flex-direction: column;
    }
}
