#about {
  padding: 60px 20px;
  background-color: #f9f9f9;
}

#about h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #333;
}

#about h3 {
  font-size: 1.5rem;
  margin-top: 20px;
  color: #02449b;
}

#about p, #about ul {
  font-size: 1rem;
  color: #555;
}

#about ul {
  list-style-type: none;
  padding-left: 0;
}

#about ul li {
  margin-bottom: 10px;
}

#about .btn {
  margin-top: 20px;
  background-color: #02449b;
  color: white;
  text-decoration: none;
}

#about .btn:hover {
  background-color: #0056b3;
}