.timeline-wapper{
    width: 100%;
    height: 180px;
    // background: lightcyan;
    position: relative;
    border-left: 2px solid #F3EADB;
    padding-bottom: 20px;
}
.timeline-dot{
    position: absolute;
    left: -5px;
    top: -5px;
    background-color: #F3EADB;
    // background: red;
    width: 10px;
    height: 10px;
    border-radius: 5px;
}
.timeline-timeStamp{
    position: absolute;
    left: 15px;
    top: -8px;
    font-size: 14px;
    font-weight: 500;

}
.timeline-top{
    width: 100%;
    height: 10px;
    
}
.timeline-content{
    width: calc(100% - 10px);
    min-height: calc(100% - 10px);
    background: #f2f2f2;
    margin-left: 10px;
}