.page-hero {
    border-left: 5px solid var(--accent);
}

.timeline-item {
    position: relative;
    padding-left: 1.1rem;
}

.timeline-item::before {
    content: "";
    position: absolute;
    left: 0.35rem;
    top: 0.95rem;
    bottom: 0.95rem;
    width: 2px;
    background: rgba(30, 132, 194, 0.45);
}
