.ups-timeline {
    border-left: 3px solid #0a7;
    margin-left: 20px;
    padding-left: 20px;
}

.ups-item {
    margin-bottom: 20px;
    position: relative;
}

.ups-item .dot {
    width: 12px;
    height: 12px;
    background: #0a7;
    border-radius: 50%;
    position: absolute;
    left: -27px;
    top: 5px;
}

.ups-item .content {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 6px;
}
