
.view-timeline .views-row {
    width: 100%;
    margin: 2rem 0 3rem 0;
    padding: 1rem 1rem 1rem 220px;
    position: relative;
}

.view-timeline .views-row::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: 205px;
    top: 0;
    background-color: var(--border_gray);
}

.view-timeline .views-row::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 180px;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    background-color: var(--main_blue);
}
article.single-section.hecap .view-timeline .views-row::before { background-color: var(--hecap); }
article.single-section.cmsp .view-timeline .views-row::before { background-color: var(--cmsp); }
article.single-section.math .view-timeline .views-row::before { background-color: var(--math); }
article.single-section.sti .view-timeline .views-row::before { background-color: var(--sti); }
article.single-section.qls .view-timeline .views-row::before { background-color: var(--qls); }
article.single-section.esp .view-timeline .views-row::before { background-color: var(--esp); }

.view-timeline .views-row .views-field-field-starting-year {
    position: absolute;
    top: 45%;
    left: 1rem;
    transform: translateY(-1rem);
    font-size: 16px;
    font-weight: 300;
    color: var(--medium_gray);
    display: flex;
    flex-direction: row;
}

.view-timeline .views-row .views-field-field-ending-year {
    position: absolute;
    top: 45%;
    left: 1rem;
    font-size: 42px;
    color: var(--medium_gray);
}

/* line and colored dot */
.view-timeline .views-row .views-field-field-starting-year::before {
    position: relative;
    display: inline-block;
    content: 'from';
    margin-right: .25rem;
}
.view-timeline .views-row .views-field-field-starting-year::after {
    position: relative;
    display: inline-block;
    content: 'to';
    margin-left: .25rem;
}
/*  */

.view-timeline .views-row .views-field-title {
    font-size: 24px;
    color: black;
    font-weight: 500;
    margin: 0 0 1rem 0;
}

.view-timeline .views-row .views-field-field-experience-description {
    color: var(--medium_gray);
    font-size: 18px;
    margin: 0;
    line-height: 1.5rem;
}
