/* Font */
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');

/* Design */
.committee_section{
width: 90vw;
display: flex;
justify-content: center;
align-items: center;
margin: auto;
}
.main{
  width: 100vw;
  margin: 0 auto;
}

h1 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}



.btn {
  color: #ffffff;
  padding: 0.8rem;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 400;
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}

.btn:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.cards_item {
  width: 100%;
  flex-basis: 25%;
}


.card_com {
  background-color: white;
  border-radius: 0.25rem;
box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;




}

.card_content {
  padding: 1rem;
  background: #cc9a34;
  text-align: center;
  height: 120px;
}

.card_title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0px;
}

.card_text {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;    
  font-weight: 400;
}
.made_by{
  font-weight: 400;
  font-size: 13px;
  margin-top: 35px;
  text-align: center;
}
.card_image {
    text-align: center; 
}
.card_image img{
    border-radius: 50%;
    width: 60%;
}

.about_con p {
  font-size: 14px;
  text-align: center;
  margin:0px; 
}

.about_con1 p {
  font-size: 14px;

  margin:0px; 
}
.martb{
margin:14px 0px;
}



.about_con .col-md-4 {
  margin-top: 20px;
}
.stylingp p{
    font-size: 14px!important;
    font-weight: 100!important;
    line-height: 1.5;
  text-align: justify;
}
.stylingps1 p{
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: 1.5;
  	text-align:left;
}
.boldstyle{
  font-weight: 700!important;
  font-size: 15px!important;
}
.boldstyle1{
    font-style: italic!important;
  font-weight: 700!important;
  font-size: 14px!important;
}
p.para {
font-size: 18px!important;
   font-weight: 700;
  text-align: left;
}