.tp-parentTrust {
    max-width: 760px;
    margin: 2rem auto 0;
}

.tp-parentTrust__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
}

.tp-parentTrust__eyebrow {
    margin: 0 0 .4rem;
    color: #28736c;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.tp-parentTrust h2 {
    margin: 0;
    color: #173a5e;
    font-size: clamp(1.3rem, 2.6vw, 1.7rem);
    font-weight: 800;
    letter-spacing: -.025em;
}

.tp-parentTrust__header > a,
.tp-parentTrust__count a {
    color: #216d6a;
    font-size: .9rem;
    font-weight: 750;
}

.tp-parentTrust__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    margin-top: 1rem;
}

.tp-parentTrust__card {
    padding: 1.35rem;
    border: 1px solid rgba(35, 62, 97, .15);
    border-radius: 1rem;
    background: rgba(255, 255, 255, .94);
}

.tp-parentTrust__card blockquote {
    margin: 0;
    color: #284967;
    font-size: 1.04rem;
    line-height: 1.62;
}

.tp-parentTrust__card footer {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem .65rem;
    margin-top: 1rem;
    color: #516c6a;
    font-size: .86rem;
}

.tp-parentTrust__card footer strong {
    color: #173a5e;
}

.tp-parentTrust__card footer span + span::before {
    margin-right: .65rem;
    color: #8aa0b3;
    content: "\2022";
}

.tp-parentTrust__count {
    max-width: 760px;
    margin: 1.25rem auto 0;
    color: #536b86;
    font-size: .9rem;
    line-height: 1.55;
}

@media (max-width: 575.98px) {
    .tp-parentTrust__header {
        display: block;
    }

    .tp-parentTrust__header > a {
        display: inline-block;
        margin-top: .65rem;
    }

    .tp-parentTrust__card {
        padding: 1.15rem;
    }
}
