:root {
    --bs-body-color: var(--bs-white);
    --bs-body-bg: var(--bs-gray-900)
}

body {
    font-family: "montserrat" sans-serif;
    font-size: 1.125rem;
}

.timeline::before {
    content: '';
    position: absolute;
    width: 2px;
    background-color: var(--bs-body-color);
    top: 4px;
    bottom: 0
}

.list-dot:before {
    content: '';
    width: 1rem;
    height: 1rem;
    background-color: var(--bs-body-color);
    position: absolute;
    top: 4px;
    border-radius: 50%;
    left: -7px
}