.hiw-wrapper-81dbbbf1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    width: 100%;
}

.hiw-wrapper-81dbbbf1::before {
    content: '';
    position: absolute;
    top: 30px; /* Center of the 60px circle */
    left: 5%;
    right: 5%;
    height: 0;
    border-top: 2px dashed #cccccc;
    z-index: 0;
}

.hiw-step-81dbbbf1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    position: relative;
    z-index: 1;
    padding: 0 10px;
}

.hiw-circle-81dbbbf1 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    background-color: #333333; /* Fallback, overridden by controls */
}

.hiw-title-81dbbbf1 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    color: #333333;
}

.hiw-desc-81dbbbf1 {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .hiw-wrapper-81dbbbf1 {
        flex-direction: column;
        align-items: center;
    }
    .hiw-wrapper-81dbbbf1::before {
        display: none;
    }
    .hiw-step-81dbbbf1 {
        margin-bottom: 40px;
    }
}
