.angie-process-steps-wrapper-be785b05 {
    display: flex;
    flex-direction: column;
    position: relative;
}

.angie-process-steps-wrapper-be785b05::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    background-color: #333;
    z-index: 0;
}

.angie-step-card-be785b05 {
    background-color: #faf8f3;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    padding: 30px;
    position: relative;
    z-index: 1;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}

.angie-step-header-be785b05 {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.angie-step-icon-be785b05 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #28a745;
    font-size: 20px;
    flex-shrink: 0;
    margin-top: 4px;
}

.angie-step-icon-be785b05 svg {
    width: 20px;
    height: 20px;
    fill: #28a745;
}

.angie-step-title-be785b05 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
}

.angie-step-desc-be785b05 {
    font-size: 1rem;
    color: #666666;
    line-height: 1.6;
    margin-top: 15px;
}