.effects-list[data-v-9f79537a] {
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-radius: 12px;
    padding: 10px;
    margin-top: 40px;
    background-color: #58595b;
}


.effect-item[data-v-9f79537a] {
    text-align: left;
    padding: 20px 10px 20px 10px;
    background: #f8f9fa;
    border-radius: 12px;
    /* max-width: 800px; */
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    color: #000;
}
.effect-header[data-v-9f79537a] {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
.effect-number[data-v-9f79537a] {
    font-size: 24px;
    font-weight: 700;
    color: #ff6b00;
}

.ben_plan{
    width: 100%;
    
    margin-top: 20px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 12px;
    /* max-width: 800px; */
    margin-left: auto;
    margin-right: auto;
   
   
}

.ben_plan_w{
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 1.6rem;
    font-weight: 700;
}