body {
  font-family: "Open Sans", sans-serif;
}

.qtx-main-container {
  padding-top: 77px;
  margin: 0 auto;
}

.qtx-content-row {
  display: flex;
  margin: 0 auto;
}

.qtx-img {
  width: 100%;
  max-width: 600px;
}

.qtx-separator-line hr {
  border-top: 1px solid #bebebe;
  margin: 0 -15px;
}

.qtx-img-container {
  padding: 0;
  display: flex;
  align-items: center;
  height: 100%;
}

.qtx-button {
  background-color: #ff9000;
  color: #ffffff;
  padding: 20px 35px;
  display: flex;
  font-size: 18px;
  border-radius: 45px;
  font-weight: 600;
}

.qtx-button:hover {
  text-decoration: none;
  color: #000000;
}

.qtx-button .qtx-btn-arrow-right {
  padding-top: 1px;
  padding-left: 5px;
}

.qtx-title {
  color: #000000;
  font-family: "Khand", sans-serif;
  font-size: 68px;
  line-height: 72px;
  font-weight: bold;
  text-align: center;
}

.qtx-subtitle {
  color: #444444;
  font-size: 24px;
  line-height: 36px;
}

.qtx-request-a-demo-button {
  margin-left: 0;
  margin-top: 40px;
}

.qtx-text {
  font-size: 24px;
  line-height: 44px;
  display: flex;
  align-items: center;
}

.qtx-text.qtx-text-light {
  font-weight: 300;
}

.qtx-left-content {
  padding-left: 80px;
}

.qtx-right-content {
  padding-right: 80px;
}

.qtx-bgd-pattern {
  background-image: url(../assets/plus-swatch.svg);
  background-position: left top;
}

.qtx-bgd-pattern-white {
  background-image: url(../assets/plus-swatch-white.svg);
  background-position: left top;
  height: 100%;
}

.qtx-bgd-pattern-solution-top,
.qtx-bgd-pattern-solution-bottom {
  height: 113px;
}

.qtx-bgd-pattern-solution-bottom {
  background-position: right top;
}

.qtx-bgd-pattern-solution-left {
  background-position: left top;
  max-width: 90px;
  max-height: 340px;
  height: 100%;
  margin-left: -15px;
  margin-right: -15px;
}

.qtx-bgd-pattern-solution-right {
  background-position: right bottom;
  max-width: 90px;
  max-height: 340px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.qtx-section-title .qtx-title {
  margin-top: 54px;
  margin-bottom: 30px;
  text-align: left;
}

.qtx-section-title {
  padding-top: 136px;
  padding-bottom: 206px;
}

.qtx-section-nlp {
  padding-top: 93px;
  padding-bottom: 93px;
}
.qtx-section-solution-content {
  padding-top: 45px;
  padding-bottom: 130px;
}

.qtx-section-solution {
  padding-bottom: 36px;
}

.qtx-section-data-processing {
  background-color: #000000;
  color: #ffffff;
  padding-top: 70px;
  padding-bottom: 240px;
}

.qtx-section-data-processing .qtx-section-data-processing-content {
  padding-bottom: 40px;
}

.qtx-section-data-processing .qtx-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 20px;
}

.qtx-section-data-processing .qtx-bgd-pattern-white {
  margin-left: -60px;
  margin-right: -15px;
}

.qtx-section-set-up {
  background-color: #00b1ff;
  color: #ffffff;
  padding-top: 70px;
  padding-bottom: 100px;
}

.qtx-section-set-up .qtx-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 20px;
}

.qtx-section-set-up .qtx-right-content {
  padding-bottom: 86px;
}

.qtx-section-set-up .qtx-bgd-pattern-white.qtx-pattern-left {
  margin-right: -60px;
  margin-left: -15px;
}

.qtx-section-set-up .qtx-bgd-pattern-white.qtx-pattern-right {
  margin-top: -60px;
  margin-left: -60px;
  margin-right: -15px;
}

.qtx-section-set-up .qtx-img-container {
  padding-bottom: 80px;
}

.qtx-section-button {
  padding-top: 90px;
  padding-bottom: 100px;
}

.qtx-section-button .row {
  justify-content: center;
}

.qtx-customize-section-header {
  font-size: 36px;
  font-weight: 800;
}

.qtxt-header-text {
  max-width: 875px;
  font-size: 24px;
  white-space: wrap;
  text-align: center;
}

.qtx-hero-docs-img {
  max-width: 1200px;
}

@media (max-width: 991px) {
  .qtx-request-a-demo-button {
    justify-content: center;
  }

  .qtx-main-container {
    padding-top: 30px;
    padding-bottom: 0;
    text-align: center;
  }

  .qtx-content-row {
    display: block;
  }

  .qtx-img-container {
    margin-right: 0;
  }

  .qtx-img {
    margin-top: 50px;
    max-width: 100%;
  }

  .qtx-separator-line hr {
    margin: 0;
  }

  .qtx-title {
    font-size: 52px;
    line-height: 52px;
  }

  .qtx-left-content {
    padding-left: 15px;
  }

  .qtx-right-content {
    padding-right: 15px;
  }

  .qtx-section-title {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .qtx-section-title .qtx-title {
    text-align: center;
  }

  .qtx-section-nlp {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .qtx-section-solution {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .qtx-section-solution-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .qtx-section-data-processing {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .qtx-section-data-processing .qtx-section-data-processing-content {
    padding-bottom: 0;
  }

  .qtx-section-set-up {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .qtx-section-set-up .qtx-img-container {
    padding-bottom: 0;
  }

  .qtx-section-set-up .qtx-right-content {
    padding-bottom: 0;
  }

  .qtx-section-button {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
