.trusted {
  padding-bottom: 120px;
}
.trusted.merge_top {
  margin-top: -100px;
}
.trusted.no_grayscale .trusted_items .item img {
  filter: unset !important;
}
.trusted h2 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
.trusted .trusted_items {
  display: flex;
  overflow: hidden;
}
.trusted .trusted_items .item {
  margin: 0 32px;
}
.trusted .trusted_items .item img {
  filter: brightness(0) saturate(100%) invert(55%) sepia(0%) saturate(1186%) hue-rotate(200deg) brightness(86%) contrast(78%);
}

@media screen and (max-width: 1280px) {
  .trusted {
    padding-bottom: 80px;
  }
  .trusted.merge_top {
    margin-top: -100px;
  }
}
@media screen and (max-width: 768px) {
  .trusted.merge_top {
    margin-top: -60px;
  }
  .trusted h2 {
    font-size: 26px;
    line-height: 42px;
  }
  .trusted .trusted_items .item {
    margin: 0 16px;
  }
  .trusted .trusted_items .item img {
    width: 80px;
    height: auto;
  }
}