.about-container {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  max-width: 800px;
  margin: 30px auto;
}

.about-container h1 {
  color: #004a99;
  margin-bottom: 20px;
  font-size: 28px;
}

.about-container p {
  margin-bottom: 15px;
  line-height: 1.6;
  color: #333;
  font-size: 16px;
}

.about-container ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

.about-container ul li {
  color: #555;
  margin-bottom: 8px;
  list-style-type: disc;
  font-size: 16px;
}

.about-contact-link {
  color: #004a99;
  font-weight: bold;
  text-decoration: none;
}

.about-contact-link:hover {
  text-decoration: underline;
  color: #003366;
}
