footer {
    width: 100%;
    display: flex;
    align-items: start;
}

footer .innovation-fond-logo {
    width: 193px;
    height: 89px;
}

footer .footer-logo {
    width: 154px;
    height: 36px;
}

.about-column {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 16px;
    max-width: 400px;
}

.about-column p {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    color: var(--secondarty-text-color);
}

.footer-column h4 {
    margin: 0;
    color: var(--primary-text-color);
    font-size: 20px;
}

.footer-column a {
    margin: 0;
    color: var(--secondarty-text-color);
    font-size: 16px;
}

.footer-column {
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.footer-nav-container {
    width: fit-content;
    display: flex;
    gap: 100px;
}

.spacer-half {
    flex: 0.5;
    min-width: 30px;
}

.spacer {
    flex: 1;
    min-width: 30px;
}