.aboutus-section{
    padding-top:3rem;
}
.aboutus-content{
    text-align: center;
}
.aboutus-content h2{
    font-size: 25px;
    font-weight: 900;
    color: #CE5F0A;
}
.aboutus-illustration{
    text-align: center;
    padding: 80px 0;
    background: #353333;
    border-radius:10px;
}

.aboutus-illustration img{
    max-width: 250px;
}
.knowus-content{
    text-align: left;
}
.knowus-content span{
    font-size: 18px;
    color: #CE5F0A;
    font-weight: 800;
}
.knowus-content h2{
    font-size: 25px;
    font-weight: 600;
    color:#000;
}
.knowus-content p{
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    color:#000;
    opacity: 0.9;
}
.border-shape {
    border-bottom: 3px solid #CE5F0A !important;
    width: 35px;
    margin: 0 auto;
}
/* commitee-section */
.commitee-section{
    padding-top:3rem;
    padding-bottom:3rem;
  }
  .commity-icon h2{
    font-size: 25px;
    font-weight: 900;
    color: #CE5F0A;
  }
  .commity-icon{
    text-align: center;
    padding-bottom: 2rem;
  }
  .commitee-content{
    text-align: center;
  }
  .commitee-content img{
    max-width: 100px;
  }
  .commitee-content h2{
    color:#000;
    font-size:25px;
    font-weight: 700;
    margin-top:1rem;
  }
  .commitee-content a{
    color:#000;
    font-size:18px;
    font-weight: 600;
    margin-top:1rem;
    text-decoration: none;
  }
  .social-links{
    text-align:center;
    margin-top:1rem;
  }
  .social-links a {
    color: #D46A10;
    line-height: 0;
    transition: 0.3s;
    padding:10px;
    font-size:30px;
  }
  .social-links a:hover {
    color: #FF6000;
  }
  @media (max-width:577px){
    .commitee-content {
      margin-top:1rem;
  }
  .aboutus-content h2 {
    font-size: 20px;
}
.commity-icon h2 {
  font-size: 20px;
}
.commitee-content h2{
  font-size: 20px;
}
  }