.hp-step-wrapper-f65773af {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 15px;
    width: 100%;
}

@media (max-width: 1024px) {
    .hp-step-wrapper-f65773af {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.hp-step-f65773af {
    flex: 1;
    min-width: 200px;
    max-width: 300px;
    position: relative;
    border-radius: 50%;
    padding: 8px; /* Default border width, overridden by settings */
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.hp-step-inner-f65773af {
    background: #ffffff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px;
    box-sizing: border-box;
}

.hp-step-title-f65773af {
    color: #1a2a5e;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 12px;
}

.hp-step-desc-f65773af {
    color: #555555;
    font-size: 13px;
    line-height: 1.5;
}
