.hh-de-trust-strip,
.hh-de-checkout-trust {
    color: #141414;
    font-size: 14px;
    line-height: 1.45;
}

.hh-de-trust-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin: 18px 0 12px;
    border: 1px solid #e5e5e5;
    background: #e5e5e5;
}

.hh-de-trust-item {
    padding: 14px 16px;
    background: #fff;
}

.hh-de-trust-item strong,
.hh-de-checkout-trust__title {
    display: block;
    font-weight: 700;
    color: #111;
}

.hh-de-trust-item span {
    display: block;
    margin-top: 4px;
    color: #555;
}

.hh-de-checkout-trust {
    margin: 0 0 22px;
    padding: 16px 20px;
    border-top: 3px solid #f6b600;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.hh-de-checkout-trust__items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 22px;
    margin-top: 8px;
    color: #444;
}

.hh-de-checkout-trust__items span {
    position: relative;
    padding-left: 14px;
}

.hh-de-checkout-trust__items span::before {
    position: absolute;
    top: 0.58em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f6b600;
    content: "";
}

@media (max-width: 767px) {
    .hh-de-trust-strip {
        grid-template-columns: 1fr;
    }

    .hh-de-checkout-trust {
        margin-bottom: 16px;
        padding: 14px 16px;
    }
}
