
.about-page {
    max-width: 800px;
    margin: 2rem auto;
    padding: 1rem 2rem;
    font-family: sans-serif;
    color: #373837;
    line-height: 1.6;
}

.about-page h1 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    text-align: center;
}
.about-page h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    text-align: center;
}
.about-page p {
    margin-bottom: 1rem;
}
.teacher-card {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
  padding: 1rem;
  /* border-radius: 8px; */
  background-color: #f9f9f9;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.teacher-photo {
  width: 150px;
  height: 150px;
  object-fit: cover;
  /* border-radius: 50%; */
}

.teacher-info h3 {
  margin: 0;
  font-size: 1.5rem;
}

.teacher-info p {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.4;
}
