    /* Footer */
.main-footer {
    font-family: 'Libre Franklin', 'Helvetica Neue', Arial, sans-serif;
    background-color: var(--white);
    color: black;
    padding-top: 6rem;
    padding-bottom: 2rem;
    font-weight: bold;
}

.logo-footer {
    width: 300px;
    height: 150px;
}

.footer-info h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.footer-contact p {
    font-size: 18px;
    line-height: 20pt;
    margin-bottom: 1.5rem;
}

.footer-legal h4 {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-decoration: underline;
    cursor: pointer;
}

.footer-legal p {
    font-size: 0.9rem;
}

.footer-social {
    margin-top: 1rem;
}

.footer-social .social-link {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: black;
    color: var(--white);
    text-align: center;
    line-height: 35pt;
    margin-right: 0.5rem;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.footer-social .social-link:hover {
    background-color: var(--primary-color);
}

.africa-map-placeholder {
    text-align: center;
}

.africa-map-placeholder img {
    max-width: 100%;
}

.footer-info {
    margin-left: 130px;
}

@media(max-width: 992px) {
    .footer-info {
        margin-left: 50px;
    }
}

@media(max-width: 576px) {
    .footer-info {
        margin-left: 0;
    }
}

.footer-links a {
    color: #808080;
    font-weight: 600;
    font-size: 18px;
    line-height: 20pt;
}

.footer-partners {
    position: relative;
    top: -80px;
    font-family: 'Libre Franklin', 'Helvetica Neue', Arial, sans-serif;
    background-color: transparent;
    color: black;
    padding-bottom: 2rem;
    font-weight: bold;
    z-index: 11
}

@media (max-width: 1400px) {
    .footer-partners {
        position: relative;
        top: 0;
    }
}

@media (max-width: 768px) {
    .footer-partners {
        position: relative;
        top: 0;
        font-family: 'Libre Franklin', 'Helvetica Neue', Arial, sans-serif;
        background-color: transparent;
        color: black;
        padding-bottom: 2rem;
        font-weight: bold;
    }

    .footer-logo {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-logo .logo {
        margin: 0 auto 1rem;
    }
}

.section-hr {
    position: relative;
    top: -80px;
}

.hr-left {
    width: 400px;
    opacity: .50;
}

.hr-right {
    width: 250px;
    opacity: .50;
}

@media(max-width: 1800px) {
    .hr-left {
        width: 1300px;
        opacity: .50;
    }

    .hr-right {
        width: 300px;
        opacity: .50;
    }
}

@media(max-width: 1600px) {
    .hr-left {
        width: 1100px;
        opacity: .50;
    }

    .hr-right {
        width: 350px;
        opacity: .50;
    }
}

@media(max-width: 1500px) {
    .hr-left {
        width: 1150px;
        opacity: .50;
    }

    .hr-right {
        width: 200px;
        opacity: .50;
    }
}

@media (max-width: 1400px) {

    .hr-left {
        display: none;
    }

    .hr-right {
        display: none;
    }
}

