.i-committee-title {
    margin-top: 30px;
    font-size: 20px;
    color: #13659B ;
    display: flex;
    margin-bottom:10px;
   
  }
  .i-committee-title > div:nth-child(1) {
    flex: 0 0 33%;
  }
  .i-committee-title > div:nth-child(2) {
    flex: 0 0 46%;
  }
  .i-committee-title > div:nth-child(3) {
    flex: 0 0 29%;
  }
  .i-committee-box {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    border: 1px solid #1E95E3;
    margin-bottom: 20px;
    padding: 12px 0;
    border-radius: 10px;
    min-height: 65px;
    background-color: #fff;
  }
  .i-committee-box:before {
    position: absolute;
    content: "";
    background-image: url(../images/committe.png);
    width: 44px;
    height: 44px;
    background-size: 95%;
    background-repeat: no-repeat;
    left: -22px;
    top: 20%;
  }
  .i-committee-box > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #666666;
    font-size: 90%;
    padding-right: 15px;
    line-height: 150%;
  }
  .i-committee-box > div:nth-child(1) {
    flex: 0 0 33%;
    padding-left: 40px;
    color: #13659B ;
    font-size: 110%;
    font-weight: 600;
  }
  .i-committee-box > div:nth-child(2) {
    flex: 0 0 46%;
  }
  .i-committee-box > div:nth-child(3) {
    flex: 0 0 29%;
  }
  .l-committee-box {
    position: relative;
    border: 1px solid #1E95E3;
    margin-top: 20px;
    padding: 30px 25px 45px;
    border-radius: 25px;
    font-size: 110%;
    color: #333333;
  }
  .l-committee-box > div.col-12:before {
    content: "●";
    font-size: 50%;
    margin-right: 0.5rem;
    color: #13659B ;
  }
  .l-committee-box > div.col-12 {
    color: #13659B ;
    font-weight: 600;
  }
  .l-committee-box table {
    width: 96% !important;
    margin: 0 auto;
    font-size: 90%;
  }
  .l-committee-box table td {
    padding: 15px;
    color: #555555 !important;
  }
  .l-committee-box table td i {
    margin-right: 0.75rem;
    color: #13659B;
    font-weight: 600;
  }
  
  @media only screen and (max-width: 991.98px) {
  
      .i-committee-title {
      font-size: 80%;
      flex-wrap: wrap;
    }
    .i-committee-title > div:nth-child(1) {
      display: none;
      flex: 0 0 100%;
    }
   
    .i-committee-title > div:nth-child(2) {
      flex: 0 0 55%;
    }
    .i-committee-title > div:nth-child(3) {
      flex: 0 0 45%;
    }
    .i-committee-box {
      flex-wrap: wrap;
      border-radius: 10px;
    }
    .i-committee-box:before {
      width: 38px;
      height: 38px;
      left: -20px;
      top: 11px;
    }
    .i-committee-box > div:nth-child(1) {
      flex: 0 0 100%;
      padding-left:30px;
      color: #13659B;
      font-size: 100%;
      font-weight: 600;
      border-bottom: 1px solid #DDD;
      padding-bottom: 10px;
    }
  
    .i-committee-box > div:nth-child(2) {
      flex: 0 0 55%;
      padding-left:30px;
      padding-top:10px;
    }
    .i-committee-box > div:nth-child(3) {
      flex: 0 0 45%;
      padding-top:10px;
  
    }
    .l-committee-box > div.col-md-4:before {
      margin-right: 5px;
    } 
  }
  
  @media only screen and (max-width: 575.98px) {
      .i-committee-title div {
      display: none;
    }
    .i-committee-box {
      flex-wrap: wrap;
      border-radius: 10px;
      font-size: 100%;
    }
    .i-committee-box div {
      font-size: 100%;
      padding: 4px 1rem;
      flex: 0 0 100% !important;
    }
    .i-committee-box:before {
      display: none;
    }
    .organizer-logo {
      margin: 0 0 3rem 0;
    }
    .l-committee-box {
      max-width: 95%;
      margin-left: auto;
      margin-right: auto;
      padding: 20px 15px;
      font-size: 100%;
      border-radius: 10px;
    }
  
    .i-committee-box > div:nth-child(1) {
      padding-left:10px;
    }
    .i-committee-box > div:nth-child(2) {
      padding-left:10px;
    }
  }