.steps-container-72e79f6f {
    box-sizing: border-box;
    width: 100%;
}

.steps-grid-72e79f6f {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.steps-left-72e79f6f {
    flex: 1 1 350px;
}

.steps-title-72e79f6f {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 16px 0;
    font-family: inherit;
}

.steps-desc-72e79f6f {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    font-family: inherit;
}

.steps-right-72e79f6f {
    flex: 1.3 1 450px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.steps-list-72e79f6f {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.step-item-72e79f6f {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
}

.step-number-72e79f6f {
    width: 50px;
    height: 50px;
    border: 2px solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
}

.step-label-72e79f6f {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.step-btn-wrapper-72e79f6f {
    display: flex;
    justify-content: center;
}

.step-btn-72e79f6f {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
}

.btn-arrow-72e79f6f {
    transition: transform 0.2s ease;
}

.step-btn-72e79f6f:hover .btn-arrow-72e79f6f {
    transform: translateX(3px);
}

@media (max-width: 767px) {
    .steps-grid-72e79f6f {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
    .steps-list-72e79f6f {
        flex-direction: column;
        gap: 30px;
    }
    .step-btn-wrapper-72e79f6f {
        justify-content: center;
    }
}
