.description {
  text-align: left;
  margin-top: 20px;  /* Increase margin for better spacing */
  font-size: 16px;
  line-height: 1.6;  /* Increase line-height for better readability */
}

.description p,
.description ul li {
  font-size: 18px; /* Consistent font size for paragraphs and list items */
  line-height: 1.6;  /* Ensure consistent line height */
  margin-bottom: 15px;  /* Add margin between paragraphs and list items */
}

.container-description {
  margin-top: 30px;  /* Adjust margin for more space above the container */
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 30px;  /* Increase padding for better spacing inside the container */
  max-width: 1200px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);  /* Adjust shadow for a more subtle effect */
  border-radius: 8px;  /* Add a subtle border-radius for a smoother look */
}