.trust-widget {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
    max-width: 600px;
}

@media (min-width: 768px) {
    .trust-widget {
        flex-direction: row;
        margin: 0 auto 32px;
    }

    .entry-content__subheader ~ .trust-widget {
        margin: 0 auto;
    }
}

.trust-widget__item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2C3E50;
    border: 1px solid #48525B;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 8px;
    margin-bottom: 16px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

@media (min-width: 768px) {
    .trust-widget__item {
        margin-right: 16px;
        margin-bottom: 0;
    }

    .trust-widget__item:last-of-type {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .trust-widget__item {
        width: auto;
    }
}

.trust-widget__icon {
    width: 36px;
    height: 36px;
    margin-right: 8px;
}

.trust-widget__stat {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #fff;
    font-family: Source Sans Pro, sans-serif;
}

.trust-widget__desc {
    color: #D7DBDF;
    font-size: 14px;
    line-height: 18px;
}
