без стилей:
со стилями:

<style>
.uc-line .line .tn-atom {
    background-color: #253b6b00 !important;
    border-top: 1px dashed #CCBEA3 !important;
}

.line:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #CCBEA3;
    left: 0;
    border-radius: 100%;
    top: -2px;
}

.line:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #CCBEA3;
    right: 0;
    border-radius: 100%;
    top: -2px;
}
</style>