.form-data-resumee {
    display: flex;
    flex-direction: column;
    gap: 25px;

    .step-section {
        display: flex;
        flex-direction: column;
        gap: 10px;

        h4 {
            font-size: 20px;
            margin: 0;
            width: 100%;
        }

        .resumee-item {
            display: flex;
            gap: 10px;
            align-items: center;

            .input {
                font-weight: 700;
            }
        }
    }

}