

.leadersWrap {
 width: 100%;
}

.firstFlore{
  display: flex;
}

.secondFlore{
  display: flex;
}

.leaders-card h2 {
  margin-top: 60px;
  
}

.leaders-card h2 span{
  color: var(--blue_ip);
}


.leadersWrap article {
  padding: 5px;
  justify-content: space-between;
  width: 33.33%;
}

.leadersWrap article img {
  width: 80%;
  display: block;
  margin: auto;
}

.leaders-card p {
  font-family: Roboto;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0px;
  margin: 25px 0 18px;
  text-align: center;
}
.leaders-card ul {
  margin-bottom: 40px;
}

.leaders-card li {
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.2px;
  margin-left: 15px;

}

:lang(en) .leaders-card li {
  font-size: 12px;
}

.ceotxt {
  transform: translateY(11px);
}


/* Mobile S */
@media all and (max-width:767px) {
  .firstFlore {
    flex-direction: column;
    align-items: center;
  }

  .firstFlore article {
    width: 100%;
  }
  .secondFlore {
    flex-direction: column;
    align-items: center;
  }
  .secondFlore article {
    width: 100%;
  }
}

/* Mobile E */