.process-steps-container-ef5d0ae4 {
    display: flex;
    gap: 30px;
}

.process-steps-container-ef5d0ae4.ps-vertical-ef5d0ae4 {
    flex-direction: column;
}

.process-steps-container-ef5d0ae4.ps-horizontal-ef5d0ae4 {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ps-step-ef5d0ae4 {
    display: flex;
    gap: 20px;
}

.ps-horizontal-ef5d0ae4 .ps-step-ef5d0ae4 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    min-width: 220px;
}

.ps-vertical-ef5d0ae4 .ps-step-ef5d0ae4 {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
}

.ps-number-ef5d0ae4 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #02968A;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(2, 150, 138, 0.2);
}

.ps-title-ef5d0ae4 {
    margin: 0 0 8px 0;
    font-size: 1.35rem;
    color: #1a1a1a;
    font-weight: 600;
}

.ps-desc-ef5d0ae4 {
    margin: 0;
    font-size: 1rem;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .process-steps-container-ef5d0ae4.ps-horizontal-ef5d0ae4 {
        flex-direction: column;
    }
    .ps-horizontal-ef5d0ae4 .ps-step-ef5d0ae4 {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
    }
}
