
/* Code by Amruta Jagatap
  @zerovaega technology */

/*=========================================================
  COMMUNITY ENGAGEMENT
===========================================================*/

*{
    margin: 0;
    padding: 0;
}

.community h1{
  font-family: 'Archivo',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 46px;
    /* color: #2543A5!important; */
    text-align: center;
}
.communityContainer{
padding-top: 50px;padding-bottom: 55px;
}
.communityContainer p{
  padding-bottom: 0.5em;
}
.communityContainer h2{
padding-bottom: 1em;
}
.containerCommunity .card{
   /* max-width: 550px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    border-radius:19px;
    padding: 16px 15px; */
    margin-bottom: 18px;
}
.containerCommunity h2{
    font-size: 35px;
    padding: 24px 14px;
    text-align: left;
}

#accordion_community .card{
  border-bottom:1px solid #17a2b8;
}

#accordion_community .card-header{
  border-bottom: 0 !important;
 
}

#accordion_community .card-body{
  border:1px #17a2b8 solid;
  border-top:none;
  
}
#accordion_community h4{
  text-align: center;
  
}

#accordion .card{
  border-bottom:1px solid #007bff;
}

#accordion .card-header{
  border-bottom: 0 !important;
 
}
#accordion h4{
  text-align: center;
  
}

#accordion .card-body{
  border:1px #007bff solid;
  border-top:none;
  
}

.containerCommunity{
  margin: 0px 103px; 
  padding-bottom: 99px;
}
.community_engagement_accordian_link{
  color: white !important;
  font-weight: 600;
  text-decoration: underline;
}
.community_engagement_accordian_link:hover{
  text-decoration: none;
}
/*=========================================================
  COMMUNITY ENGAGEMENT END
===========================================================*/


/*=========================================================
  COMMUNITY ENGAGEMENT MOBILE VIEW
===========================================================*/

@media only screen and (max-width: 767px) {
    
 .containerCommunity{
   /*margin-bottom: -223px !important;*/
    margin-bottom: 0px !important;
   margin: 0px 44px; 
 }
.communityContainer h2{
text-align: left;
    margin-left: 14px;
    font-size: 25px;
}
.community h1{
  font-size: 30px;
}
.communityContainer{
  padding: 0px 28px;
padding-top: 50px;padding-bottom: 55px;
}

}

/*=========================================================
  COMMUNITY ENGAGEMENT MOBILE VIEW END
===========================================================*/