footer {
    background: #F8F8F8;
}

.footer-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 80px;
}

.footer-links-container {
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-links-container li {
    list-style: none;
    margin: 10px 0;
    font-size: 12px;
    font-weight: 500;
}

.footer-links-container a {
    font-size: 12px;
    font-weight: 500;
}

.footer-cta-container {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
}

.footer-cta-container p {
    font-weight: 500;
}

.footer-added {
    background: var(--charcoal);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 80px;
    color: white;
}

.footer-socials i {
    margin: 0 10px;
    font-size: 20px;
}