.trust-section {
  padding: 80px 20px;
  background: #f8fafc;
  text-align: center;
}

.trust-section h2 {
  font-size: 2.3rem;
  margin-bottom: 40px;
  color: #0d1b2a;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 22px;
  max-width: 1200px;
  margin: 0 auto;
}

.trust-box {
  background: #fff;
  padding: 30px 20px;
  border-radius: 18px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.06);
}

.trust-box span {
  font-size: 2rem;
  display: block;
  margin-bottom: 10px;
}

.trust-box h3 {
  color: #0d1b2a;
  margin-bottom: 10px;
}

.trust-box p {
  color: #555;
  line-height: 1.6;
}