@media (min-width: 768px) and (max-width: 999px) {
  .trust-inner {
    width: min(100% - 48px, 1040px);
    padding: 72px 0 78px;
  }

  .trust-header {
    max-width: 760px;
    margin-bottom: 40px;
  }

  .trust-kicker {
    font-size: 13px;
  }

  .trust-title {
    font-size: 44px;
    white-space: normal;
  }

  .trust-description {
    max-width: 680px;
    font-size: 15.5px;
  }

  .trust-story-card {
    min-height: 0;
    padding: 16px;
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .trust-photo {
    min-height: 360px;
  }

  .trust-story-copy {
    padding: 12px 6px 8px;
  }

  .trust-story-copy > p {
    max-width: 760px;
    margin-bottom: 24px;
  }

  .trust-proof-grid {
    gap: 18px;
  }

  .trust-proof-card {
    min-height: 116px;
    padding: 20px;
  }

  .trust-values-row {
    margin-top: 34px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .trust-value-card {
    min-height: 0;
    padding: 24px 18px;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    row-gap: 14px;
    text-align: center;
  }

  .trust-value-icon {
    width: 68px;
    height: 68px;
  }

  .trust-value-icon img {
    width: 56px;
    height: 56px;
  }

  .trust-value-card h3 {
    font-size: 18px;
  }

  .trust-value-card p {
    font-size: 12.8px;
  }

  .trust-quote-card {
    margin-top: 8px;
    min-height: 132px;
    padding: 26px 42px 26px 52px;
  }

  .trust-quote-card > span {
    font-size: 62px;
  }

  .trust-quote-card p {
    font-size: 19px;
  }
}
