/* THIRDEYE SOLUTIONZ — separated stylesheet */

/* =========================================================
   TRUST STRIP
========================================================= */

.trust-strip {
  background: #eeeae1;

  border-bottom: 1px solid var(--line);
}

.trust-inner {
  min-height: 150px;

  display: grid;

  grid-template-columns: 300px 1fr;

  align-items: center;

  gap: 50px;
}

.trust-heading h3 {
  margin: 8px 0 0;

  font-family: var(--serif);

  font-size: 28px;

  line-height: 1.05;
}

.lender-list {
  display: flex;

  flex-wrap: wrap;

  gap: 12px 25px;

  color: #536164;

  font-size: 11px;

  font-weight: 800;

  letter-spacing: .08em;
}

