/*
#committee .row {
  display: flex;
  flex-wrap: wrap; }

#committee .col-md-6 {
  width: 100%; }
*/

#committee .committee-box {
  margin: 54px 0 0;
  border: 0px; }
  
#committee .committee__item .committee-title {
  padding-bottom: 14px;
  border-bottom: 2px solid #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.2px; }

#committee .committee__item .committee-list {
  margin: 20px 0 80px 0;
  font-size: 16px;
  color: #000000;
  letter-spacing: -0.2px; }

#committee .committee__item .committee-name {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400; }

@media (min-width: 769px) {
  #committee .row {
    margin-right: -15px;
    margin-left: -15px;
    gap: 80px; }
  #committee .committee-box {
    margin: 30px;
    padding: 60px;
    border-radius: 6px; }
  #committee .col-md-6 {
    flex: 0 0 calc(50% - 40px); }
  #committee .committee__item {
    height: 350px; }
  #committee .committee__item .committee-title {
    padding-bottom: 10px; }
  #committee .committee__item .committee-list {
    margin: 15px 0 40px 0; } }
