/* Deep Analytics website v1.7 — consolidated AI section. */

/* Restore a balanced transition now that the former dark AI section is gone. */
body main .capability-suite {
  padding-top: 82px !important;
  border-top: 1px solid rgba(17, 64, 91, 0.12);
}

body main .demo-summary p {
  margin: 0 0 16px;
  color: #577181;
}

body main .demo-summary p:last-child {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  body main .capability-suite {
    padding-top: 60px !important;
  }
}
