.hiw-36e1c771-wrapper {
    text-align: center;
    font-family: inherit;
    padding: 20px 0;
}

.hiw-36e1c771-header {
    margin-bottom: 50px;
}

.hiw-36e1c771-subtitle {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.hiw-36e1c771-title {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    margin: 0;
}

.hiw-36e1c771-steps-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.hiw-36e1c771-line {
    position: absolute;
    top: 50px;
    left: 10%;
    right: 10%;
    height: 1px;
    border-top: 1px dashed #dcdcdc;
    z-index: 1;
}

.hiw-36e1c771-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    flex-wrap: nowrap;
}

.hiw-36e1c771-step {
    flex: 1;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hiw-36e1c771-icon-area {
    position: relative;
    margin-bottom: 20px;
}

.hiw-36e1c771-icon-wrap {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    border: 5px solid;
    background: #fff;
    margin: 0 auto;
}

.hiw-36e1c771-icon-wrap svg {
    width: 40px;
    height: 40px;
}

.hiw-36e1c771-badge {
    position: absolute;
    bottom: -5px;
    left: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    border: 2px solid #fff;
}

.hiw-36e1c771-step-title {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin: 0 0 10px;
    line-height: 1.3;
}

.hiw-36e1c771-step-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .hiw-36e1c771-steps {
        flex-direction: column;
        align-items: center;
    }
    .hiw-36e1c771-line {
        display: none;
    }
    .hiw-36e1c771-step {
        margin-bottom: 40px;
        max-width: 300px;
    }
}