.rp-18c76c11-wrapper {
    text-align: center;
    padding: 40px 20px;
    font-family: inherit;
}
.rp-18c76c11-main-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000;
}
.rp-18c76c11-steps-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.rp-18c76c11-step {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
    text-align: center;
}
.rp-18c76c11-step-number {
    width: 40px;
    height: 40px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 0 auto 20px auto;
}
.rp-18c76c11-step-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}
.rp-18c76c11-step-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}