.advisor-board {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}



.advisor-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.advisor-card {
  text-align: center;
  width: 220px;
}

.advisor-photo {
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.advisor-name {
  margin-top: 12px;
  font-size: 18px;
  font-weight: bold;
}

.advisor-affiliation {
  font-size: 14px;
  color: #555;
  margin-top: 4px;
}
