.trusted-by {
  padding: 58px 0 54px;
  background: #fff;
}

.trusted-by-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  text-align: center;
}

.trusted-by-title {
  margin: 0 0 32px;
  color: #8a929c;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15;
}

.trusted-by-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 42px;
}

.trusted-by-item {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
}

.trusted-by-item img {
  display: block;
  width: min(100%, 136px);
  height: auto;
  object-fit: contain;
}

@media (max-width: 760px) {
  .trusted-by {
    padding: 38px 0 36px;
  }

  .trusted-by-inner {
    width: min(100% - 32px, 460px);
  }

  .trusted-by-title {
    margin-bottom: 24px;
    font-size: 23px;
  }

  .trusted-by-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
  }

  .trusted-by-item {
    min-height: 46px;
  }

  .trusted-by-item img {
    width: min(100%, 124px);
  }
}
