.itx-fintech-products__repeater {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .itx-fintech-products__repeater {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .itx-fintech-products__repeater {
    margin-bottom: 16px;
    flex-direction: column;
  }
}
.itx-fintech-products__item {
  flex: 1;
  padding: 16px 16px 20px;
  border-radius: 16px;
  padding: 16px 16px 20px;
  box-shadow: 0 4px 44px -9px rgba(0, 0, 0, 0.08);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .itx-fintech-products__item {
    padding: 16px 15px 24px;
  }
}
.itx-fintech-products__image {
  width: 100%;
  height: 216px;
  border-radius: 20px;
  margin-bottom: 24px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .itx-fintech-products__image {
    height: auto;
    max-height: 216px;
  }
}
.itx-fintech-products__title {
  font-size: 24px;
  font-weight: 600;
  color: #051320;
  margin-bottom: 12px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .itx-fintech-products__title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.itx-fintech-products__text {
  font-size: 16px;
  color: rgba(5, 19, 32, 0.8);
  line-height: 1.4;
}
.itx-fintech-products__text li {
  margin-bottom: 8px;
  padding-left: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .itx-fintech-products__text li {
    padding-left: 24px;
    padding-right: 12px;
  }
}
.itx-fintech-products__text li::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #25bb4d;
}
@media screen and (max-width: 768px) {
  .itx-fintech-products__text li::before {
    left: 7px;
  }
}
.itx-fintech-products__text li:last-child {
  margin-bottom: 0;
}
.itx-fintech-products {
  /* Footer Section */
}
.itx-fintech-products__footer {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 44px -9px rgba(0, 0, 0, 0.08);
  background: #fff;
  display: flex;
  align-items: center;
  gap: 4%;
}
@media screen and (max-width: 768px) {
  .itx-fintech-products__footer {
    flex-direction: column;
    padding: 16px 15px 24px;
  }
  .itx-fintech-products__footer picture {
    width: 100%;
  }
}
.itx-fintech-products__footer-body {
  max-width: 655px;
}
@media screen and (max-width: 768px) {
  .itx-fintech-products__footer-body {
    max-width: 100%;
    padding: 0 8.5px;
  }
}
.itx-fintech-products__footer-image {
  width: 367px;
  height: 100%;
  border-radius: 16px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .itx-fintech-products__footer-image {
    width: 100%;
    max-height: 216px;
    height: auto;
    margin-bottom: 16px;
  }
}
.itx-fintech-products__footer-title {
  font-size: 24px;
  font-weight: 600;
  color: #051320;
  margin-bottom: 13px;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .itx-fintech-products__footer-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.itx-fintech-products__footer-text {
  font-size: 16px;
  color: #051320;
  line-height: 1.4;
}/*# sourceMappingURL=style.min.css.map */