.step-step {
    display: flex;
    justify-content: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.step-step .step-step-item-wrapper {
    display: flex;
    width: 100%;
    max-width: 700px;
    margin-bottom: 1.25rem;
    justify-content: space-between;
}
/* .step-step .step-step-item-wrapper.border-light-bottom {
    border-bottom: 1px solid #ddd;
} */
.step-step .step-step-item-wrapper .step-step-item {
    position: relative;
    display: flex;
    flex: 1 1 0%;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
    margin-right: 1.25rem;
    margin-left: 1.25rem;
    text-align: center;
    /* margin-bottom: 1.25rem; */
    /* padding-bottom: 1.25rem; */
}

.step-step .step-step-item-wrapper .step-step-item:not(:last-child):before {
    width: 40%;
    height: 1px;
    content: '';
    position: absolute;
    background-color: #ddd;
    top: 12px;
    right: 10%;
    z-index: 0;
}

.step-step .step-step-item-wrapper .step-step-item:not(:first-child):after {
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    background-color: #ddd;
    top: 12px;
    left: -50%;
    z-index: 0;
}

.step-step .step-step-item-wrapper .step-step-item p:first-of-type {
    position: relative;
    z-index: 1;
}

.step-step .step-step-item-wrapper .step-step-item.step-active p:last-of-type {
    /* border-bottom: 1px solid #af8046; */
    color: #F66D70;
}

@media screen and (max-width: 576px) {

}
