.hiw-e6d0353f-container {
    max-width: 900px;
    margin: 0 auto;
    font-family: inherit;
}

.hiw-e6d0353f-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0d234a;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.hiw-e6d0353f-subtitle {
    font-size: 1.2rem;
    font-weight: 600;
    color: #0d234a;
    margin-bottom: 40px;
    margin-top: 0;
}

.hiw-e6d0353f-steps {
    display: flex;
    flex-direction: column;
}

.hiw-e6d0353f-step {
    display: flex;
    align-items: flex-start;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #759ab6;
}

.hiw-e6d0353f-step:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.hiw-e6d0353f-step-number {
    background-color: #fdbb2d;
    color: #ffffff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
    flex-shrink: 0;
    margin-right: 25px;
    margin-top: 5px;
}

.hiw-e6d0353f-step-content {
    flex: 1;
}

.hiw-e6d0353f-step-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0d234a;
    margin: 0 0 10px 0;
}

.hiw-e6d0353f-step-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #555555;
    margin: 0;
}

@media (max-width: 767px) {
    .hiw-e6d0353f-step {
        flex-direction: column;
        align-items: flex-start;
    }
    .hiw-e6d0353f-step-number {
        margin-bottom: 15px;
    }
}
