.hero-bg {
  width: 100%;
  height: 260px;
  background-size: cover;
  background-position: center;
}
.trust-certificates-section {
  background: #faf8ff;
}

.trust-mini-card {
  height: 100%;
  background: #fff;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}

.trust-mini-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.certificate-box {
  width: auto;
  height: auto;
  background: #fff;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}

.certificate-box:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.trust-certificates-section h2 {
  color: #3d2c8d;
}
