.trusted-globaly {
  padding: 3rem 0 1rem;
}
.trusted-globaly .container-2 {
  padding: 0;
}
@media (min-width: 1024px) {
  .trusted-globaly .container-2 {
    padding: 0 1rem;
  }
}
.trusted-globaly_title {
  text-align: center;
  font-size: 1.31rem;
  margin-bottom: 2rem;
}
.trusted-globaly .tns-inner {
  padding: 0;
}
.trusted-globaly_logos {
  display: flex;
  justify-items: center;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  overflow: hidden;
  margin: 0;
  width: max-content;
  animation: scroll 100s linear infinite;
}
@media (min-width: 1024px) {
  .trusted-globaly_logos {
    gap: 4rem;
  }
}
.trusted-globaly_logos figure {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  box-sizing: border-box;
}
.trusted-globaly_logos figure picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.trusted-globaly_logos figure img {
  max-width: 5rem;
  height: auto;
  width: 100%;
  display: block;
  margin: 0 auto;
  filter: brightness(0) saturate(100%);
}
@media (min-width: 1024px) {
  .trusted-globaly_logos figure img {
    max-width: 10rem;
  }
}
.trusted-globaly #tns2-iw {
  margin: 0;
}
.trusted-globaly #tns2-iw > .tns-item {
  padding: 0 0.5rem;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
