.trust-page {
  max-width: 920px;
  padding-top: 42px;
  padding-bottom: 64px;
}

.trust-breadcrumb {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
  color: #5f7069;
  font-size: 14px;
}

.trust-breadcrumb a {
  color: inherit;
}

.trust-hero,
.trust-section {
  border: 1px solid #d4eadc;
  border-radius: 10px;
  background: #fff;
}

.trust-hero {
  padding: 34px 38px;
}

.trust-hero h1 {
  margin: 0 0 12px;
  color: #10261d;
  font-size: 36px;
  line-height: 1.25;
}

.trust-hero p {
  max-width: 760px;
  margin: 0;
  color: #5f7069;
  font-size: 16px;
  line-height: 1.8;
}

.trust-updated {
  display: block;
  margin-top: 16px;
  color: #718078;
  font-size: 13px;
}

.trust-sections {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.trust-section {
  padding: 28px 32px;
}

.trust-section h2 {
  margin: 0 0 14px;
  color: #027a52;
  font-size: 22px;
}

.trust-section p,
.trust-section li {
  color: #243a31;
  font-size: 16px;
  line-height: 1.85;
}

.trust-section p {
  margin: 0 0 12px;
}

.trust-section p:last-child {
  margin-bottom: 0;
}

.trust-section ul {
  margin: 0;
  padding-left: 1.4em;
}

.trust-contact {
  display: inline-flex;
  margin-top: 4px;
  padding: 10px 16px;
  border-radius: 6px;
  background: #079766;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.footer.trust-footer {
  flex-wrap: wrap;
}

@media (max-width: 720px) {
  .trust-page {
    padding-top: 20px;
    padding-bottom: 42px;
  }

  .trust-hero {
    padding: 26px 22px;
  }

  .trust-hero h1 {
    font-size: 29px;
  }

  .trust-section {
    padding: 23px 20px;
  }
}
