.timeline .timeline-item {
    display: flex;
    display: -ms-flexbox;
    margin-bottom: 1.2rem;
    position: relative;
}

.timeline .timeline-item::before {
    background: #e7e9ed;
    content: "";
    height: 100%;
    right: 9px;
    position: absolute;
    top: 1.2rem;
    width: 2px;
}

.timeline .timeline-item .timeline-right {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.timeline .timeline-item .timeline-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2px 0 2px .8rem;
}

.timeline .timeline-item .timeline-icon {
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 1.2rem;
    text-align: center;
    width: 1.2rem;
}

.timeline .timeline-item .timeline-icon::before {
    border: .1rem solid #24A483;
    border-radius: 50%;
    content: "";
    display: block;
    height: .4rem;
    right: .4rem;
    position: absolute;
    top: .4rem;
    width: .4rem;
}

.timeline .timeline-item .timeline-icon.icon-lg {
    background: #24A483;
    line-height: 1.2rem;
}

.timeline .timeline-item .timeline-icon.icon-lg::before {
    content: none;
}