#about-1{
  padding: 90px 0;
  background-color: #EFF3F6;
}
#about-1 img {
    width: 100%;
    border-radius: 10px;
    margin-top: 40px;
}
    #about-1 .para1 {
        font-size:14px;
        line-height: 22px;
            margin-bottom: 8px;
    }
#about-story{
  padding: 90px 0;
}
#about-story .count-number{
  color: #337e2d; 
  font-family: 'Roboto Slab', serif;  
  font-size: 40px;
  font-weight: 400;
}
#about-story p{
  color: #747A8A;
  font-size: 16px;
  margin-bottom: 0;
}
#about-story .head1{
  margin-bottom: 60px;
}

#about-team{
  padding: 90px 0;
  background-color: #EFF3F6;
}
#about-team .carousel-indicators {
    bottom: -40px;
}
    #about-team .carousel-indicators li {
        background-color: rgba(91, 152, 51, 0.6);
    }
#about-team .carousel-indicators .active {
    background-color: #5b9833;
}
#about-team h4{
  color: #152447; 
  font-family: 'Roboto Slab', serif; 
  font-size: 18px;
  font-weight: 400;
}
#about-team h6{
  color: #747A8A;
  font-weight: 400;
  font-size: 14px;
}
#about-team img{
  border-radius: 50%;
  max-width: 100%;
  margin-bottom: 25px;
  box-shadow: 0px 12px 20px 0px rgba(21, 36, 71, 0.1);
}
#about-team .para1{
  margin-bottom: 80px;
}
#why-join{
  padding: 90px 0;
}
#why-join h4{
  color: #152447; 
  font-family: 'Roboto Slab', serif; 
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
}
#why-join .head1{
  margin-bottom: 80px;
}
#why-join img{
  margin-bottom: 45px;
}
#why-join a{
  color: #FFFFFF;
  font-size: 16px;  
  font-weight: 500;
  display: inline-block;
  background-color: #337e2d;
  border-radius: 3px;
  padding: 13px 59px;
  margin-top: 20px;
}
#why-join .para1{
  margin-bottom: 50px;
}
#why-join img {
    margin-bottom: 20px;
}


@media (min-width: 280px) and (max-width: 575px) {	
  #about-1 {
    padding: 60px 0;
  }
  #about-story {
    padding: 60px 0;
  }
  #about-story p {
    margin-bottom: 30px;
  }
  #about-team h6 {
    margin-bottom: 50px;
  }
    
}
@media (min-width: 576px) and (max-width: 767px) {
  
}
@media (min-width: 768px) and (max-width: 991px) {
	
}
@media (min-width: 992px) and (max-width: 1199px) {
   	
}
@media (min-width: 1200px) {
  
}