.m-badge-text {
    display: flex;
    flex-direction: column;
}

.m-badge-trustedShop {
    align-items: center;
    display: flex;
    gap: 1rem;
    margin-left: 3rem;
}

.m-badge-img {
    width: 4rem;
}

.a-badge-text {
    font-size: 1.4rem;
    line-height:1.6rem;
    color:#495460;
}

.a-badge-text--title {
    font-weight:bold
}

.show-badge {
        display: flex;
        align-items:center
}

.m-footer-badges {
    width: 25rem;
}

.social-container {
    display: flex;
    align-items: center;
}

.mobile-badge-placeholder {
    display: flex;
    justify-content: flex-end;
    border-top: solid 0.1rem #767676;
    padding: 0.6rem;
}