.text-btn-block{
    position: relative;
}

.text-btn-block::before{
    content: "";
    position: absolute;
    width: 3px;
    height: 600px;
    background-color: var(--color-blue);
    transform: translate(-60px, 0px);
}