.trust {
  padding-bottom: 9.875rem;
}

.trust__container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.trust__intro {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 760px;
}

.trust__eyebrow {
  width: max-content;
  color: #83ff8f;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08rem;
  line-height: 1.4;
  text-transform: uppercase;
}

.trust__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.trust__item {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.trust__number {
  width: max-content;
  color: #83ff8f;
  font-family: "Syne", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.trust__item-title {
  font-size: 1.75rem;
}

.trust__item-text {
  color: #bdbdbd;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 1440px) {
  .trust {
    padding-bottom: 7.5rem;
  }

  .trust__container {
    gap: 3rem;
  }
}

@media (max-width: 1280px) {
  .trust {
    padding-bottom: 6.25rem;
  }

  .trust__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .trust {
    padding-bottom: 6rem;
  }

  .trust__container {
    gap: 1.5rem;
  }

  .trust__list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .trust__item {
    min-height: auto;
    padding: 1.5rem;
  }

  .trust__item-title {
    font-size: 1.5rem;
    line-height: 1.15;
  }
}
