.htwo {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #333;
  text-align: center;
}

.hthree {
  color: #111;
  margin-top: 30px;
}

.content-container {
  margin: 30px auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  font-family: 'Poppins', sans-serif;
}

.content-container h2 {
  font-size: 30px;
  font-weight: 800;
  color: #222;
  background: linear-gradient(90deg, #0d6efd, #6610f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 1.5px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
  padding: 10px 0;
  border-bottom: 3px solid #0d6efd;
  display: inline-block;
}

.content-container p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.7;
}

.content-container ul {
  list-style-type: none;
  padding: 0;
  margin: 20px 0;
  line-height: 1.7;
}

.content-container ul li {
  margin-bottom: 15px;
  padding-left: 28px;
  position: relative;
  font-size: 16px;
}

.content-container ul li::before {
  content: "\2714";
  position: absolute;
  left: 0;
  top: 2px;
  color: #4caf50;
}

.steps {
  margin-top: 20px;
  padding-left: 20px;
  line-height: 1.7;
}

.steps li {
  list-style-type: decimal;
  margin-bottom: 10px;
  font-size: 16px;
}

.highlight {
  font-weight: 600;
  color: #222;
}


