.trust-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1.2rem;
  width: 100%;
}

.trust-logo {
  height: auto;
  width: 100%;
}

.trust-text {
  font-family: "Geist", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}
