/* ==========================================================================
   BPoint Home — Trust bar
   ========================================================================== */

.bp-home .trustbar { background: var(--navy); color: #fff; border-top: 3px solid var(--blue); }
.bp-home .trustbar .wrap { display: flex; align-items: stretch; justify-content: space-between; flex-wrap: wrap; }
.bp-home .trust-item {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 22px 8px;
  flex: 1;
  min-width: 200px;
  border-right: 1px solid rgba(255, 255, 255, .09);
}
.bp-home .trust-item:last-child { border-right: none; }
.bp-home .trust-item .ti-ico { width: 38px; height: 38px; flex-shrink: 0; color: var(--blue-bright); }
.bp-home .trust-item .ti-ico > svg { width: 38px; height: 38px; stroke-width: 1.75; }
.bp-home .trust-item .tt { font-family: var(--display); font-weight: 700; font-size: 16px; line-height: 1.15; color: #fff; }
.bp-home .trust-item .td { font-size: 12.5px; color: #9fb0c9; letter-spacing: .02em; }
.bp-home .trust-item .stars { color: var(--gold); font-size: 13px; letter-spacing: 1px; }

@media (max-width: 880px) {
  .bp-home .trust-item {
    flex: 1 1 50%;
    min-width: 50%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    padding: 18px 6px;
  }
}
