header {
  position: relative;
  border-bottom: 2px solid #ECF2F7;
}

main {
  position: relative;
  margin-top: 0px !important;
  padding-bottom: 100px;
}

.title {
  font-size: 38px;
  font-weight: 600;
  line-height: 43.7px;
  letter-spacing: -2px;
  text-align: left;
  color: #000000;
  margin-top: 60px;
}

.listLeader {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.listLeader .item {
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.1490196078);
  padding: 32px 20px 32px 20px;
  border-radius: 12px;
}
.listLeader .item .image {
  width: 240px;
  margin: auto;
}
.listLeader .item .image img {
  border-radius: 50%;
  max-width: 100%;
}
.listLeader .item .name {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.78px;
  text-align: center;
  color: #000000;
  margin-top: 12px;
}
.listLeader .item .summary {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  letter-spacing: -0.2800000012px;
  text-align: center;
  color: #000000;
}
.listLeader .item .text {
  margin-top: 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  letter-spacing: -0.2800000012px;
  text-align: center;
  color: #000000;
}
.listLeader .item .info-leader {
  display: flex;
  margin: 5px auto 0px;
  justify-content: center;
  gap: 20px;
}
.listLeader .item .info-leader p {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  letter-spacing: -0.2800000012px;
  text-align: left;
  color: #6D727C;
  padding-left: 25px;
  position: relative;
}
.listLeader .item .info-leader p img {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 1100px) {
  .menuXweb .contentMenuXweb {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .title {
    font-size: 28px;
    font-weight: 600;
    line-height: 33.89px;
    letter-spacing: -1.4400000572px;
    text-align: left;
    margin-top: 32px;
  }
  .listLeader {
    margin-top: 32px;
    gap: 20px;
  }
  .listLeader .item .image {
    width: 100%;
  }
  main {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .listLeader {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 550px) {
  .listLeader {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*# sourceMappingURL=leader.css.map */
