@media (max-width: 992px) {
  .testimonials-block {
    padding: 8rem 0rem;
  }
}
.testimonials-block h2 {
  margin-bottom: 5.6rem;
  font-size: 2.8rem;
}
.testimonials-block h2 br {
  display: none;
}
@media screen and (min-width: 992px) {
  .testimonials-block h2 {
    font-size: 4rem;
  }
  .testimonials-block h2 br {
    display: block;
  }
}
.testimonials-block .testi-row {
  padding-top: 0;
}
.testimonials-block .testi-row h2 {
  margin-bottom: 5.6rem;
  font-size: 2.8rem;
}
.testimonials-block .testi-row h2 br {
  display: none;
}
@media screen and (min-width: 992px) {
  .testimonials-block .testi-row h2 {
    font-size: 4rem;
  }
  .testimonials-block .testi-row h2 br {
    display: block;
  }
}

.fintech-testi {
  padding: 6rem 0;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .fintech-testi {
    padding: 9.6rem 0 12rem;
  }
}/*# sourceMappingURL=style.css.map */