.name {
  font-weight: bold;
  font-size: 20px;
}

.official-position {
  font-size: 14px;
  margin-bottom: 4px;
}

/* Desktop */
@media screen and (min-width: 1025px) {
  #section-leadership {
    position: relative;
    max-width: 900px;
    padding-top: 200px;
    padding-bottom: 200px;
    margin: 0 auto;
  }

  #section-leadership img {
    border-radius: 12px;
    width: 400px;
  }

  #section-leadership .contents {
    display: flex;
    gap: 50px;
    max-width: 900px;
  }

  #section-leadership .leadership-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
  }

  #section-leadership .experience-highlights {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
  }

  #section-leadership .highlight-item {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  #section-leadership .highlight-number {
    font-size: 32px;
    font-weight: bold;
    color: #6FB9B4;
    min-width: 80px;
  }

  #section-leadership .highlight-label {
    font-size: 16px;
    line-height: 24px;
  }

  #section-leadership .leadership-description h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #333;
  }

  #section-leadership .leadership-description p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 24px;
  }

  #section-leadership .profile-detail {
    font-size: 13px;
    line-height: 22px;
  }

  #section-leadership .experience-summary {
    margin-top: 8px;
    font-size: 14px;
    color: #666;
  }

  #section-leadership .leadership-image-mobile {
    display: none;
  }
}

/* Tablet */
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #section-leadership {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 0 auto;
    width: 600px;
  }

  #section-leadership img {
    border-radius: 8px;
    width: 35vw;
    height: 40vw;
    object-fit: cover;
    object-position: top;
    margin-right: 24px;
  }

  #section-leadership .contents {
    display: flex;
    position: relative;
    justify-content: top;
    align-items: top;
  }

  #section-leadership .experience-highlights {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
  }

  #section-leadership .highlight-item {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  #section-leadership .highlight-number {
    font-size: 24px;
    font-weight: bold;
    color: #6FB9B4;
    min-width: 60px;
  }

  #section-leadership .highlight-label {
    font-size: 14px;
    line-height: 20px;
  }

  #section-leadership .leadership-description h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
  }

  #section-leadership .leadership-description p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  #section-leadership .profile-detail {
    font-size: 13px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  #section-leadership .experience-summary {
    font-size: 12px;
    color: #666;
  }

  #section-leadership .leadership-image {
    display: none;
  }
}

/* mobile */
@media screen and (max-width: 767px) {
  #section-leadership {
    position: relative;
    padding: 100px 0px;
    overflow-x: hidden;
  }

  #section-leadership img {
    border-radius: 8px;
    width: 100%;
    height: calc(100vw - 24px * 2);
    object-fit: cover;
    object-position: top;
  }

  #section-leadership .contents > div {
    padding: 32px 0px;
  }

  #section-leadership .leadership-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  #section-leadership .experience-highlights {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  #section-leadership .highlight-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px;
    background-color: #f8f9fa;
    border-radius: 8px;
  }

  #section-leadership .highlight-number {
    font-size: 28px;
    font-weight: bold;
    color: #6FB9B4;
  }

  #section-leadership .highlight-label {
    font-size: 14px;
    line-height: 20px;
  }

  #section-leadership .leadership-description h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center;
  }

  #section-leadership .leadership-description p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 24px;
  }

  #section-leadership .profile-detail {
    font-size: 14px;
    width: 90vw;
    margin: 0 auto;
    text-align: center;
  }

  #section-leadership .experience-summary {
    margin-top: 12px;
    font-size: 13px;
    color: #666;
  }

  #section-leadership .leadership-image {
    display: none;
  }
}/*
 Very small screens */
@media screen and (max-width: 480px) {
  #section-leadership .experience-highlights {
    gap: 12px;
  }

  #section-leadership .highlight-item {
    padding: 12px;
  }

  #section-leadership .highlight-number {
    font-size: 24px;
  }

  #section-leadership .highlight-label {
    font-size: 13px;
    line-height: 18px;
  }

  #section-leadership .leadership-description h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  #section-leadership .leadership-description p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  #section-leadership .profile-detail {
    font-size: 13px;
  }

  #section-leadership .experience-summary {
    font-size: 12px;
  }
}