.trust-us-toggle ul li, .trust-us-toggle__content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #53585c
}

.trust-us-toggle {
    border: 1px solid #ededed;
    -webkit-box-shadow: 0 6px 9px rgba(0, 0, 0, .06);
    box-shadow: 0 6px 9px rgba(0, 0, 0, .06);
    padding: 16px;
    border-radius: .5rem
}

.trust-us-toggle__title {
    font-size: 24px;
    line-height: 23px;
    color: #2a2a2a;
    font-family: "Proxima Nova", sans-serif;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    background-image: url("../images/arrow-down.svg"/*tpa=https://bestwallet.com/wp-content/plugins/trust-us-blocks/public/images/arrow-down.svg*/);
    background-size: 12px;
    background-repeat: no-repeat;
    padding-right: 30px;
    background-position: 100% center
}

/*.trust-us-toggle__title:before {*/
/*    !*background: url("../images/logo.png") 0 0/20px no-repeat;*!*/
/*    margin-top: 2px;*/
/*    content: "";*/
/*    height: 20px;*/
/*    width: 20px*/
/*}*/

.trust-us-toggle__active .trust-us-toggle__container {
    display: block
}

.trust-us-toggle__container {
    display: none
}

.trust-us-toggle__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 4px
}

.trust-us-toggle__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.trust-us-toggle__content p {
    margin-bottom: 10px
}

.trust-us-toggle__list {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 9px;
    word-break: break-word;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.trust-us-toggle ul {
    margin: 0
}

.trust-us-toggle ul li {
    background: url("../images/circle-check.svg"/*tpa=https://bestwallet.com/wp-content/plugins/trust-us-blocks/public/images/circle-check.svg*/) 0 0/16px no-repeat;
    background-position-y: 9px !important;
    padding: 0 0 7px 24px;
    display: block
}

@media screen and (min-width: 769px) {
    .trust-us-toggle.opened .trust-us-toggle__container {
        display: block
    }
}

@media screen and (max-width: 769px) {
    .trust-us-toggle ul li {
        background-position-y: 5px !important
    }

    .trust-us-toggle ul li, .trust-us-toggle__content p {
        font-size: 16px
    }

    .trust-us-toggle__title {
        font-size: 20px
    }
}