.fintech-integrations__wrapper {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fintech-integrations__wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .fintech-integrations__grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.fintech-integrations__row {
  display: flex;
  gap: 5%;
  padding: 59px 0 40px;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 768px) {
  .fintech-integrations__row {
    flex-direction: column;
    padding: 0 0 13px;
    border-bottom: none;
    gap: 30px;
  }
}
.fintech-integrations__icon-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .fintech-integrations__icon-list {
    gap: 24px;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding: 0 16px;
  }
}
.fintech-integrations__icon-item {
  height: 80px;
}
@media screen and (max-width: 768px) {
  .fintech-integrations__icon-item {
    height: 45px;
  }
}
.fintech-integrations__icon {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fintech-integrations__icon {
    height: 45px;
  }
}
.fintech-integrations__icon-img {
  display: block;
}
@media screen and (max-width: 768px) {
  .fintech-integrations__icon-img {
    width: auto;
    height: inherit;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.fintech-integrations__icon-caption {
  font-size: 16px;
  line-height: 120%;
  color: #6e717a;
  height: 20px;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .fintech-integrations__icon-caption {
    display: none;
    height: 0;
  }
}
.fintech-integrations__title {
  width: 100%;
  margin: 0;
  font-weight: 600;
  color: #051320;
  font-size: 20px;
  line-height: 120%;
  max-width: 296px;
  padding-right: 38px;
}
.fintech-integrations__title span {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .fintech-integrations__title {
    padding-right: 0;
    padding: 0 16px;
  }
}
.fintech-integrations__body {
  display: flex;
  flex-direction: column;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .fintech-integrations__image_desktop {
    display: none;
  }
}
.fintech-integrations__image_mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .fintech-integrations__image_mobile {
    display: block;
  }
}
.fintech-integrations__scroll-container {
  display: none;
}
@media screen and (max-width: 768px) {
  .fintech-integrations__scroll-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.fintech-integrations__scroll {
  width: 90px;
  height: 6px;
  background-color: #e8e8e8;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.fintech-integrations__scroll-line {
  top: 0;
  left: 0;
  width: 30px;
  height: inherit;
  background-color: #2caa4d;
  border-radius: 100px;
}/*# sourceMappingURL=style.min.css.map */