/* Committees Section */
.committees-section .committee-card {
  border-inline-start: 4px solid var(--primary-color);
}

@media (min-width: 991.98px) {
  .committees-section .cards-container {
    max-width: 67%;
  }
}

.committees-section .cms-content ul {
  list-style: disc;
  margin-bottom: 0;
}

.committees-section .cms-content ul li {
  color: var(--gray-color);
  margin-bottom: 0.5rem;
}

.committees-section .cms-content ul li:last-child {
  margin-bottom: 0;
}