.tp-container-b37232fe {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.tp-header-b37232fe {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.tp-steps-b37232fe {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}
.tp-step-b37232fe {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.tp-step-number-b37232fe {
    font-size: 24px;
    font-weight: bold;
    color: #FFC107; /* Updated to hardcoded #FFC107 */
    border: 2px solid #FFC107; /* Updated to hardcoded #FFC107 */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tp-step-title-b37232fe {
    margin: 0;
    font-size: 1.2rem;
}
.tp-step-desc-b37232fe {
    margin: 0;
    line-height: 1.6;
}