.w-uspbar {
    min-height: var(--w-uspbar-h);
    background: var(--w-green-dark);
    color: #fff;
}
.w-uspbar__inner {
    min-height: var(--w-uspbar-h);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px;
    align-items: center;
}
.w-uspbar-item {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 13px;
}
.w-uspbar-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,.14);
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}
.w-uspbar strong,
.w-uspbar small { display: block; }
.w-uspbar strong {
    font-size: 15px;
    line-height: 1.2;
}
.w-uspbar small {
    margin-top: 4px;
    color: rgba(255,255,255,.8);
    font-size: 11.5px;
    line-height: 1.3;
}
