.elementor-2070 .elementor-element.elementor-element-9925f0d{--display:flex;}/* Start custom CSS for code-highlight, class: .elementor-element-25e475f */.board {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 20px;
}

.director {
  border: 1px solid #ddd;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  transition: transform 0.2s;
}

.director img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.director h3 {
  font-size: 1.2em;
  margin: 10px 0;
}

.director .title {
  font-size: 1em;
  color: #666;
}

.director .bio {
  font-size: 0.9em;
  color: #333;
}

.more-btn {
  margin-top: 10px;
  padding: 8px 12px;
  background-color: #0073e6;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.more-btn:hover {
  background-color: #005bb5;
}

.director:hover {
  transform: scale(1.05);
}/* End custom CSS */