/**
* Hero Banner
*
* @since 1.0.0
*/

.hero-banner .hero-banner__star {
    top: 202px;
    right: 122px;
}

/**
* Why Chatbot section
*
* @since 1.0.0
*/

.why-chatbot,
.benefits,
.end-to-end-chatbot,
.why-companies-choose,
.how-it-works,
.specialists,
.faqs {
    padding: 110px 0;
}

.why-chatbot .why-chatbot__bg-image {
    top: 250px;
}

/**
* End-to-End Chatbot section
*
* @since 1.0.0
*/

.end-to-end-chatbot ul {
    max-width: 800px;
}

/**
* How It Works section
*
* @since 1.0.0
*/

.how-it-works .how-it-works__bg-image {
    top: -350px;
}

/**
* Specialists section
*
* @since 1.0.0
*/

.specialists .specialists__bg-image {
    top: -300px;
}

/**
* Contact Us section
*
* @since 1.0.0
*/

.contact-us .contact-us__bg-image {
    top: 100px;
}

/**
* Mobile responsiveness
*
* @since 1.0.0
*/

@media screen and (min-width: 1400px) {
  .why-chatbot > .container,
  .benefits > .container,
  .end-to-end-chatbot > .container,
  .why-companies-choose > .container,
  .how-it-works > .container,
  .specialists > .container,
  .contact-us > .container,
  .faqs > .container {
    max-width: 1265px;
  }
}

@media screen and (max-width: 1024px) {
  section p,
  section ul li {
    font-size: 17px;
  }

  .why-chatbot,
  .benefits,
  .end-to-end-chatbot,
  .why-companies-choose,
  .how-it-works,
  .specialists,
  .faqs {
    padding: 90px 0;
  }
}

@media screen and (max-width: 768px) {
  section p,
  section ul li {
    font-size: 16px;
  }

  .why-chatbot,
  .benefits,
  .end-to-end-chatbot,
  .why-companies-choose,
  .how-it-works,
  .specialists,
  .faqs {
    padding: 70px 0;
  }
}