   /* Main Title Section */
   .main-title {
    margin-top: 6vw;
    position: relative;
    padding-left: 6vw;
}

.title-line {
    font-family: "poppins", sans-serif;
    font-size: 4vw;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    margin: 0;
    letter-spacing: 0.02vw;
}

.title-line-3 {
    display: flex;
    align-items: flex-end;
}

.title-subtext {
    font-family: "poppins", sans-serif;
    font-size: 0.8vw;
    color: #000;
    margin-left: 1vw;
    margin-bottom: 0.2vw;
    line-height: 1.4;
    font-weight: 200;
    max-width: 12vw;
}

 /* Team Section */
 .team-section {
  margin: 3vw 6vw;
}

.team-grid {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  grid-gap: 1vw;
}

.team-member {
  width: 100%;
  text-align: center;
}

.member-image {
  width: 100%;
  height: 0;
  padding-bottom: 133.33%; /* 6:8 aspect ratio (8/6*100) */
  background-size: cover;
  background-position: center;
  margin-bottom: 1vw;
}


.member-name {
  font-family: "poppins", sans-serif;
  font-size: 1.6vw;
  font-weight: 600;
  color:#000
  margin：1vw 0 0 0;
}

.member-position {
  font-family: "poppins", sans-serif;
  color: #000;
  font-size: 0.8vw;
  font-weight: 400;
}

/* Centered Title Section */
.centered-title {
    text-align: center;
    margin: 6vw 0;
}

.main-heading {
    font-family: "poppins", sans-serif;
    font-size: 2vw;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    letter-spacing: 0.02vw;
}


.sub-heading {
    font-family: "poppins", sans-serif;
    font-size: 0.7vw;
    font-weight: 200;
    line-height: 1.4;
    color: #2b2b2b;
    margin: 1vw auto 0;
    letter-spacing: 0.02vw;
}