.boardofdirectors h2 {
  color: var(--primary);

  text-align: center;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 600;
}

.boardofdirectors h3 {
  color: #f58345;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.titleForBoardofdirectors {
  color: var(--primary);
}

.boardofdirectors h4 {
  color: #414141;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.card {
  border-radius: 24px;
  background: #ffefe7;
  box-shadow: 0px 4px 4px 0px rgba(255, 32, 32, 0.25);
  /* height: 160px; */
  display: flex;
  /* justify-content: center; */

  padding: 5px;
}

.card h2 {
  margin-top: 5% !important;
}


.head_color {
    color: var(--primary);
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;

}