#myMobileCustomTrustbadge {
    margin: 15px 0 30px;
}

#myMobileCustomTrustbadge div {
    width: 100% !important;
}

#myMobileCustomTrustbadge .etrusted-custom__brand div[class^="trustbadge-custom-footer"] {
    width: auto !important;
}

@media (min-width: 668px) {
    #myMobileCustomTrustbadge {
        display: none !important;
    }
}

