/* Demo Landing Page */
.demo-landing-page section.text-section {
  padding-bottom: 24px;
  margin: 0 auto;
  min-height: unset;
  max-width: 1298px;
  border-bottom: 1px solid rgba(10, 17, 40, 0.2470588235);
}
@media screen and (min-width: 769px) {
  .demo-landing-page section.text-section h1.color-p {
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 110%;
    text-align: center;
    letter-spacing: -0.035em;
    color: #FF286E;
  }
}
.demo-landing-page section.text-section .text-section-container p {
  max-width: 1298px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.035em;
  color: #0A1128;
}
.demo-landing-page section.text-section:after {
  display: none;
}
.demo-landing-page section.cta {
  padding: 200px 0;
}

/*# sourceMappingURL=page-demo-landing-page.css.map */
