.title-b-t{
    text-align: center;
    color: rgba(153, 153, 153, 1);
    font-size: 18px;
}
.Trusted-div{
    text-align: center;
}
.Trusted-title{
    font-weight: 800;
    color: black;
    margin-top: 15px;
    margin-bottom: 5px;
}
.why-list-o{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 1);
}
.why-list-o-text{
    margin-left: 7px;
}
.why-better{
    color: rgba(0, 0, 0, 1);
    margin-top: 25px;
    margin-bottom: 30px;
}
.info-b-flex{
    display: flex;
    align-items: center;
}
.info-b-text{
    color: white;
    margin-left: 10px;
}
.delete-title-s{
    display: flex;
    align-items: center;
    margin-top: 35px;
    margin-bottom: 20px;
}
.delete-title-s-title{
    color: rgba(1, 26, 65, 1);
    font-weight: 600;
    margin-left: 10px;
    font-size: 24px;
}
.Before-div{
    background-color: rgba(249, 250, 252, 1);
    border: 1px solid rgba(236, 236, 236, 1);
    border-radius: 16px;
}
.After-div{
    background-color: white;
    border: 1px solid rgba(236, 236, 236, 1);
    border-radius: 16px;
}