.oota-buy-confidence{

    background:#fff;

    margin-top:24px;

    padding:26px;

    border-radius:14px;

    box-shadow:0 8px 30px rgba(0,0,0,.06);

}

.oota-confidence-item{

    display:flex;

    gap:16px;

    align-items:flex-start;

    padding:14px 0;

    border-bottom:1px solid #ececec;

}

.oota-confidence-item:last-child{

    border-bottom:none;

}

.oota-confidence-item span{

    font-size:24px;

}

.oota-confidence-item strong{

    display:block;

    margin-bottom:4px;

}

.oota-confidence-item p{

    margin:0;

    color:#666;

    font-size:14px;

}