.timeline {
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 2px solid #ccc;
}

.timeline-item {
    margin-bottom: 25px;
    position: relative;
}

.timeline-dot {
    width: 10px;
    height: 10px;
    background-color: #703111;
    /* accent color */
    border-radius: 50%;
    position: absolute;
    left: -26px;
    top: 4px;
}

.timeline-content h5 {
    margin: 0;
    font-size: 1.05em;
    font-weight: 600;
}

.timeline-content p {
    margin: 3px 0 0 0;
    font-size: 0.9em;
    color: #444;
}

#timeline.home-section {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

#timeline h4 {
    margin-top: 0px !important;
    margin-bottom: 12px !important;
}

#timeline .timeline {
    margin-top: 10px;
}