.ddd01 *, .ddd01 *::before, .ddd01 *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.user_reviews {
    font-weight: bold;
    font-size: 52px;
    color: #20184e;
}

.zzz02 {
    display: flex;
    justify-content: center;
    /* margin: 0 auto; */
}

.mini-card-list__card-group {
    display: flex;
    flex-wrap: nowrap;
}

.ddd01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('../img/bg92.png');
    background-size: auto;
    /* background-position: center; */
    background-position-x: center;
    background-position-y: 20%;
    background-repeat: no-repeat;
    /* margin-bottom: 156px; */
    padding-bottom: 156px;
}

/* @media (max-width: 1456px) {
    .ddd01 {
        background-size: cover;
    }
} */

.mini-card-list__card-group {
    display: flex;
    flex-wrap: nowrap;
}

.bbb01 {
    width: 466px;
    height: 220px;
    background: #ffffff;
    border-radius: 14px;
    padding: 28px;
}


.bbb02 {
    width: 64px;
    height: 64px;
    background: #D9D9D9;
    border-radius: 12px;
    margin-right: 15px;
}


.bbb03 {
    display: flex;
    align-items: center;
}


.bbb04 {
    height: 64px;
}


.bbb05 {
    margin-top: 4px;
    font-weight: bold;
    font-size: 20px;
    color: #20184E;
}

.bbb06 {
    margin-top: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #999;
}

.bbb07 {
    margin-top: 16px;
    font-weight: 400;
    font-size: 15px;
    color: #666;
}

.bbb08 {
    gap: 21px;

    margin-bottom: 22px;
    flex-wrap: wrap;
    justify-content: center;
}

.bbb09 {
    margin-top: 76px;
}
