.trust-section {
  padding: 104px 0;
}

.trust-section.is-soft {
  background: #f1f2f3;
}

.trust-section.is-dark {
  color: #fff;
  background: #171a1f;
}

.trust-section-head {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 48px;
}

.trust-section-head h2,
.trust-split-copy h2,
.trust-faq-layout h2 {
  max-width: 760px;
  margin: 12px 0 0;
  font-size: 38px;
  line-height: 1.35;
}

.trust-section-head > p,
.trust-split-copy > p,
.trust-faq-layout > div:first-child > p:last-child {
  margin: 0;
  color: #616973;
  line-height: 1.88;
}

.trust-section-head.is-light > p {
  color: #c7ccd2;
}

.trust-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.trust-split.is-reverse .trust-split-media {
  order: 2;
}

.trust-split-media {
  min-height: 520px;
  overflow: hidden;
  background: #e1e4e7;
}

.trust-split-media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.trust-check-list,
.trust-card-body ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
}

.trust-check-list li,
.trust-card-body li {
  position: relative;
  padding-left: 24px;
  color: #353b43;
  line-height: 1.65;
}

.trust-check-list li::before,
.trust-card-body li::before {
  position: absolute;
  left: 0;
  color: #e34f3b;
  content: "✓";
  font-weight: 900;
}

.trust-split-copy .trust-button {
  margin-top: 30px;
}

.trust-card-grid,
.trust-case-grid {
  display: grid;
  gap: 24px;
}

.trust-card-grid.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.trust-card-grid.cols-3,
.trust-case-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust-card-grid.cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-card {
  border: 1px solid #d8dce0;
  background: #fff;
}

.trust-card-media {
  height: 230px;
  overflow: hidden;
  background: #e5e7e9;
}

.trust-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trust-card-body {
  padding: 30px;
}

.trust-card h3,
.trust-download h3,
.trust-case-card h3 {
  margin: 12px 0 13px;
  font-size: 22px;
}

.trust-card p,
.trust-download p,
.trust-case-card p,
.trust-step p {
  margin: 0;
  color: #646b74;
  line-height: 1.78;
}

.trust-text-link,
.trust-download a,
.trust-case-card strong {
  display: inline-block;
  margin-top: 22px;
  color: #d94734;
  font-weight: 800;
}

.trust-step-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid #3a3e45;
  border-left: 1px solid #3a3e45;
}

.trust-step {
  min-height: 330px;
  padding: 34px 28px;
  border-right: 1px solid #3a3e45;
  border-bottom: 1px solid #3a3e45;
}

.trust-step > span {
  display: block;
  margin-bottom: 64px;
  color: #f06a55;
  font-size: 30px;
  font-weight: 800;
}

.trust-step h3 {
  margin-bottom: 14px;
  font-size: 20px;
}

.trust-step p {
  color: #bfc5cc;
}

.trust-table-wrap {
  overflow-x: auto;
  border: 1px solid #d7dbe0;
}

.trust-table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
}

.trust-table th,
.trust-table td {
  padding: 20px 22px;
  border-right: 1px solid #d7dbe0;
  border-bottom: 1px solid #d7dbe0;
  text-align: left;
  vertical-align: top;
  line-height: 1.65;
}

.trust-table th {
  color: #fff;
  background: #272b31;
  font-size: 14px;
}

.trust-table td:first-child {
  color: #111318;
  font-weight: 800;
}
