/* ========================================
   BOARD HEADER
   ======================================== */
.board-header {
  padding: 60px 0 40px;
}

.board-header-content {
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  color: var(--ifa-black);
}

.board-header-content p {
  margin-bottom: 0;
}

.board-header-content strong {
  font-weight: 700;
}

/* ========================================
   BOARD MEMBERS LIST
   ======================================== */
.board-members-section {
  padding: 60px 0 80px;
  max-width: 1024px;
  margin: 0 auto;
}

.board-members-list {
  margin: 0 auto;
}

.board-member {
  padding: 32px 0;
  border-bottom: 1px solid var(--ifa-grey-50);
}

.board-member:first-child {
  padding-top: 0;
}

.board-member:last-child {
  border-bottom: none;
}

.board-member-heading {
  font-size: 28px;
  color: var(--ifa-primary-600);
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 12px;
}

.board-member-heading strong {
  font-weight: 700;
}

.board-member-position {
  font-weight: 400;
}

.board-member-bio {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--ifa-black);
}

.board-member-bio p:last-child {
  margin-bottom: 0;
}

/* ========================================
   BOARD RESOURCES
   ======================================== */
.board-resources-section {
  padding: 0 0 80px;
  max-width: 1024px;
  margin: 0 auto;
}

.board-resources-title {
  font-size: 28px;
  font-weight: 500;
  color: var(--ifa-primary-600);
  margin-bottom: 24px;
}

.board-resources-title strong {
  font-weight: 700;
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 768px) {
  .board-header-content {
    font-size: 20px;
  }

  .board-member-heading {
    font-size: 24px;
  }
}
