footer.app_timeline section {
    background-color: var(--c-black-01);
    color: white;
    padding-top: var(--space-40);
    padding-bottom: var(--space-20);
    text-align: center;
}

footer.app_timeline .info__items {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: var(--space-24);
}

footer.app_timeline section .info__item {
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 13px;
    text-transform: uppercase;
}

footer.app_timeline section a {
    color: white;
    text-decoration: none;
}

footer.app_timeline section.email a,
footer.app_timeline section.copyright {
    opacity: 0.35;
}

footer.app_timeline section.copyright {
    margin-top: var(--space-32);
    font-size: 10px;
}

footer.app_timeline section.email a:hover {
    opacity: 1;
}

