.trusted-companies {
  padding: 24px 0;
}
.trusted-companies .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.trusted-companies .heading h3 {
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
.trusted-marquee {
  width: 100%;
  overflow: hidden;
  display: block;
  padding: 16px;
  background: #fff;
  border-radius: 12px;
}
.trusted-marquee .js-marquee-wrapper,
.trusted-marquee .js-marquee,
.trusted-marquee .js-marquee > span {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.trusted-marquee .items {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.trusted-marquee .item {
  padding: 0 20px;
  flex: 0 0 auto;
}
.trusted-marquee .item img {
  display: block;
  height: 64px;
  width: auto;
}

.trusted-controls .btn {
  min-width: 84px;
}