.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;
}

.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 {
    flex-wrap: wrap;
    -moz-column-gap: 19px;
         column-gap: 19px;
    row-gap: 24px;
    justify-content: space-between;
    height: 84px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .itx-image-list__auto-scroll-track {
    height: 68px;
  }
}

.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: 30px;
    margin: 0;
  }
}
@media screen and (max-width: 500px) {
  .itx-image-list__auto-scroll-item {
    height: 22px;
  }
}

/* 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 */