/* --- History Timeline Section --- */
.brp.history-timeline {
    list-style: none;
    margin: 0 0 0 1rem;
    padding: 0 0 0 2rem;
    position: relative;
    border-left: 3px solid;
}

.history-timeline li {
    margin-bottom: 2.5rem;
    position: relative;
}

.history-timeline li:last-child {
    margin-bottom: 0;
}

.history-timeline .timeline-dot {
    position: absolute;
    left: -2.7rem;
    top: 0.4rem;
    width: 20px;
    height: 20px;
    border: 4px solid;
    border-radius: 50%;
}

.history-timeline .timeline-date {
    font-weight: bold;
    font-size: 1.2rem;
    display: block;
    margin-bottom: 0.5rem;
}