.block-timeline-wrapper{
    position: relative;
}
.block-timeline-wrapper .timeline-slider{
    margin: 0 60px
}
.block-timeline-wrapper .timeline-slide{
    max-width: 292px;
    /*margin-right: 16px;*/
}
.block-timeline-wrapper .timeline-slide:last-child {
    margin-right: 0;
}
.block-timeline-wrapper .timeline-slide h3{
    margin-bottom: 12px;
}
.block-timeline-wrapper .timeline-slide p{
    font-size: 16px;
    line-height: 24px;
}
.timeline-slider-toolbar{
    display: flex;
    align-items: center;
    height: 46px;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
