.itx-image-list {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .itx-image-list {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.itx-image-list__section-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .itx-image-list__section-title {
    margin-bottom: 24px;
  }
}

/* Auto-scrolling logos */
.itx-image-list__auto-scroll-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .itx-image-list__auto-scroll-container {
    overflow: visible;
  }
}

.itx-image-list__auto-scroll-track {
  display: flex;
  align-items: center;
  transition: transform 0.5s ease-in-out;
  margin-left: -44px;
  margin-right: -44px;
}
@media screen and (max-width: 1024px) {
  .itx-image-list__auto-scroll-track {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (max-width: 768px) {
  .itx-image-list__auto-scroll-track {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 24px;
    justify-content: space-between;
    margin: 0;
    transition: unset;
  }
}

.itx-image-list__auto-scroll-item {
  height: 38px;
  margin: 0 44px;
  flex-shrink: 0;
}
.itx-image-list__auto-scroll-item img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .itx-image-list__auto-scroll-item {
    margin: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .itx-image-list__auto-scroll-item {
    height: unset;
    margin: 0;
    display: none;
  }
  .itx-image-list__auto-scroll-item:nth-child(1), .itx-image-list__auto-scroll-item:nth-child(2), .itx-image-list__auto-scroll-item:nth-child(3), .itx-image-list__auto-scroll-item:nth-child(4), .itx-image-list__auto-scroll-item:nth-child(5), .itx-image-list__auto-scroll-item:nth-child(6) {
    display: block;
    flex-shrink: 0;
  }
  .itx-image-list__auto-scroll-item:nth-child(1) img, .itx-image-list__auto-scroll-item:nth-child(2) img, .itx-image-list__auto-scroll-item:nth-child(3) img, .itx-image-list__auto-scroll-item:nth-child(4) img, .itx-image-list__auto-scroll-item:nth-child(5) img, .itx-image-list__auto-scroll-item:nth-child(6) img {
    height: auto;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .itx-image-list__auto-scroll-item:nth-child(1) {
    width: 35.27%;
    margin-right: 5.53%;
  }
  .itx-image-list__auto-scroll-item:nth-child(2) {
    width: 26.8%;
    margin-right: 5.53%;
  }
  .itx-image-list__auto-scroll-item:nth-child(3) {
    width: 26.8%;
  }
  .itx-image-list__auto-scroll-item:nth-child(4) {
    width: 26.8%;
    margin-right: 9.32%;
  }
  .itx-image-list__auto-scroll-item:nth-child(5) {
    width: 26.8%;
    margin-right: 9.32%;
  }
  .itx-image-list__auto-scroll-item:nth-child(6) {
    width: 25.9%;
  }
}

/* Original grid styles */
.itx-image-list__wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 56px;
  gap: 40px 50px;
  border-radius: 16px;
  box-shadow: 0 4px 44px -9px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: box-shadow 0.3s;
}
@media screen and (max-width: 1024px) {
  .itx-image-list__wrapper {
    padding: 32px;
    gap: 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  .itx-image-list__wrapper {
    padding: 24px;
    gap: 24px 30px;
  }
}
.itx-image-list__wrapper:hover {
  box-shadow: 0 0 6px rgba(210, 210, 210, 0.8), 0 0 20px rgba(206, 206, 206, 0.3), 0 0 40px rgba(206, 206, 206, 0.5);
}

.itx-image-list__item {
  height: 38px;
  flex: 1 0 calc(14.2857142857% - 42.8571428571px);
  max-width: calc(14.2857142857% - 42.8571428571px);
}
@media screen and (max-width: 1024px) {
  .itx-image-list__item {
    flex: 1 0 calc(20% - 32px);
    max-width: calc(20% - 32px);
  }
}
@media screen and (max-width: 768px) {
  .itx-image-list__item {
    height: 30px;
    flex: 1 0 calc(25% - 22.5px);
    max-width: calc(25% - 22.5px);
  }
}
@media screen and (max-width: 500px) {
  .itx-image-list__item {
    height: 22px;
    flex: 1 0 calc(33.3333333333% - 20px);
    max-width: calc(33.3333333333% - 20px);
  }
}
.itx-image-list__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=style.min.css.map */