.stepper {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 24px;
}

.stepper .content {
    position: relative;
}

.stepper .content .universal-operation-overlay {
    position: initial;
}

.stepper .steps {
    width: 384px;
    height: fit-content;
}

.stepper > .content {
    width: 792px;
}

.stepper > .steps {
    border-radius: 12px;
    background: #FFF;

    /* DropShadow Card */
    box-shadow: 0 2px 16px 0 rgba(195, 195, 195, 0.25);
    margin-right: 24px;
}
