.about-card {
  max-width: 700px;
  margin: 50px auto;
  padding: 20px;
  /* background-color: #fff; */
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.about-card img {
  max-width: 100px;
  margin-bottom: 20px;
}
.about-card h1 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #007bff;
}
.about-card p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.about-card a {
  color: #007bff;
  text-decoration: underline;
}
