/* #about {
  padding: 40px;
  background: #f9f9f9;
  font-family: Arial, sans-serif;
  border-radius: 10px;
  max-width: 600px;
  margin: auto;
} */

#about h2 {
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
}

#about p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #555;
}

#about ul {
  list-style: none;
  padding: 0;
}

#about li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 10px 15px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 8px;
  transition: background 0.3s ease;
}

#about li:hover {
  background: #eef5ff;
}

#about a {
  text-decoration: none;
  color: #0077cc;
  font-weight: 500;
}

#about a i {
  margin-right: 10px;
}

#about button {
  background: #0077cc;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s;
}

#about button:hover {
  background: #005fa3;
}
