.content-section {
  padding: 40px 20px;
  max-width: 800px;
  margin: 0 auto;
  background-color: #f7faff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 200, 255, 0.2);
}

.content-section h2 {
  color: #004a8f;
  margin-bottom: 20px;
  text-align: center;
}

.content-section p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 15px;
}

.content-section ul {
  padding-left: 20px;
}

.content-section ul li {
  margin-bottom: 10px;
  font-size: 0.95rem;
  line-height: 1.5;
}
