/* trusted section */
.trusted-section {
  padding: 70px 0 40px;
  background: #F5F5F5;
}
.trusted-title {
  font-size: 21px;
  letter-spacing: 2px;
  color: #7a7a7a;
  font-weight: 500;
  margin-bottom: 50px;
}
.trusted-slider {
  margin-top: 40px;
}
.logo-item {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.logo-item img {
  max-height: 45px;
  max-width: 150px;
  object-fit: contain;
}
