.leader-section {
  margin-top: 30px;
}

.section-title {
  font-weight: 500;
  font-size: 20px;
  color: #1A6FC4;
  text-align: center;
  margin: 20px 0;
  letter-spacing: 6px;
  transform: translateX(5px);
}

.leader-card {
  text-align: center;
  margin: 0 auto;
  width: 130px;
  background: #FFFFFF;
  box-shadow: 0px 6px 10px 0px rgba(179,179,179,0.5);
  border-radius: 10px;
}

.leader-card img {
  width: 120px;
  height: auto;
  border-radius: 4px;
  margin-top: 5px;
}

.leader-name {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  padding: 10px 0;
}

.vice-leader-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 18px; 
}

.vice-leader-card{
  text-align: center;
  width: 130px;
  background: #FFFFFF;
  box-shadow: 0px 6px 10px 0px rgba(179,179,179,0.5);
  border-radius: 10px;
}

.vice-leader-card img {
  width: 120px;
  height: auto;
  border-radius: 4px;
  margin-top: 5px;
}
