.test-home .hero,
.test-home .features,
.test-home .how-it-works,
.test-home .testimonials,
.test-home .final-cta {
  padding: 60px 20px;
  text-align: center;
  background-color: #f9f9f9;
}

.test-home .hero {
  background: #eef4ff;
}

.test-home .container {
  max-width: 900px;
  margin: 0 auto;
}

.test-home h1,
.test-home h2 {
  color: #1a1a1a;
  margin-bottom: 20px;
}

.test-home p,
.test-home ul,
.test-home ol,
.test-home blockquote {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

.test-home ul,
.test-home ol {
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
}

.test-home blockquote {
  font-style: italic;
  background: #fff;
  padding: 15px;
  margin: 10px auto;
  border-left: 4px solid #2d89ef;
}

.test-home .btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  margin: 10px;
}

.test-home .btn-primary {
  background-color: #2d89ef;
  color: white;
}

.test-home .btn-outline {
  border: 2px solid #2d89ef;
  color: #2d89ef;
  background: transparent;
}
