.history-content {
    background: var(--color-bg);
}

.history-note {
    max-width: 760px;
    margin: 0 auto 3rem;
    color: var(--color-muted);
    text-align: center;
}

@media (prefers-reduced-motion: reduce) {
    .timeline__item {
        opacity: 1;
        transform: none;
    }
}

