.agb-landmark {

}

.agb-landmark .card {
    position: relative;
    padding: 0 16px 8px 32px;
}

.agb-landmark .timeline-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
}

.agb-landmark .timeline-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    width: 2px;
    height: 100%;
    background-color: #e5e7eb;
}

.agb-landmark .timeline-icon::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: var(--primary);
    border-radius: 50%;
}

.agb-landmark .title {
    font-weight: 700;
    font-size: 18px;
}