.cb-footer {
    background-color: rgba(0, 0, 0, 0);
    padding: 8rem 0 4rem;
    margin: 0;
}
.cb-footer > .container {
    max-width: 50rem;
    border-top: none;
    padding-top: 0;
}
.cb-footer__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 2rem;
    row-gap: 0.75rem;
}
.cb-footer__link {
    font-size: 0.65rem;
    font-family: inherit;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.4);
    transition:
        color 0.4s ease,
        transform 0.4s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.cb-footer__link:hover {
    color: rgba(0, 0, 0, 0.9);
}
