.slds-step_connector::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 24px;
    height: calc(100% - 24px);
    width: 2px;
    background-color: #dddbda;
    z-index: -1;
}

.slds-step_connector {
    position: relative;
}

.user-guide-tab-content-container{
    max-width: 80%;
}

.steps-list {
    list-style: none;
    padding: 0;
}

.steps-list li {
    margin: 0.5rem;
}

.steps-list h2 {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 0.5rem;
}

.steps-list p {
    margin: 0;
}