.leaders {
  background: linear-gradient(180deg, #f1f4f9 0%, #fff 100%);
  height: 544px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.leaders .b_title {
  color: #000;
  text-align: center;
  font-family: Montserrat-Bold;
  font-size: 42px;
  font-weight: 700;
  width: 611px;
}
.leaders .img_list {
  margin-top: 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 878px;
}
.leaders .img_list img {
  height: auto;
  margin-left: 62px;
  margin-bottom: 20px;
}
.leaders .img_list img:first-child{
  margin-left: 0px;
}
