.trust-badges {
  font-size: 16px;

  .grid {
    display: grid;
  }

  .iwt-wrap {
    gap: 50px;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    &::-webkit-scrollbar {
      display: none;
    }
  }

  .iwt-item {
    flex: 0 0 auto;
    color: rgb(var(--color-button));
    font-weight: 500;
  }

  img, svg {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }
}