/******** leaders *****/
.leaders{
  margin-top:30px;
}
.leaders .leaderslist {
  display:flex;
  flex-wrap: wrap;
}
.leaders h3 {
  margin-bottom:14px;
}
.leaders h3 span{
  font-size:14px;
  color:#999;
  padding-left:20px;
}
.leaders p{
  font-size:14px !important;
  line-height:160%;
}
.leaders img{
  width:200px;
}
.leaders .row{
  margin-bottom:30px;
}