.team-member-info-section {
  padding: 150px 0;
  background-color: var(--white-color);
  border-radius: 60px 60px 0 0;
  position:relative;
  top: -60px;
}

.team-member-info-section .team-member-info-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.team-member-info-wrapper .team-member-info {
  width: 100%;
  max-width: 63%;
  flex: 0 0 63%;
}

.team-member-info-wrapper .team-member-right {
  width: 100%;
  max-width: 37%;
  flex: 0 0 37%;
}
.team-member-info-wrapper .team-member-info p,
.team-member-info-wrapper .team-member-info p a {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}
.team-member-info-wrapper .team-member-info p a {
  color: var(--default-blue);
  font-weight: 700;
}

.team-member-info-wrapper .team-member-profile {
  margin-left: 68px;
  padding-left: 68px;
  border-left: 1px solid #0082fa80;
  padding-bottom: 200px;
}

.team-member-profile .team-member-img {
  display: inline-block;
  margin-top: -60px;
  object-fit: contain;
  width: 100%;
  height: auto;
  aspect-ratio: 0.92/1;
}

.team-member-profile .team-member-name {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 30px 0 10px;
}

.team-member-profile .team-member-position {
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
}

.team-member-profile .team-member-social {
  display: flex;
  gap: 10px;
  margin: 20px 0 34px;
}
.team-member-profile .team-member-social a {
  display: inline-block;
  text-decoration: none;
  font-family: Inter;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0;
  padding: 10px;
  background-color: #0082fa1a;
  color: #0082fa;
  border-radius: 10px;
  text-align: center;
}

.team-member-profile .team-member-social a img {
  display: inline-block;
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.team-member-profile .team-member-award-wrap {
  border-radius: 15px;
  background-color: var(--grey-color);
  width: 100%;
  height: auto;
  aspect-ratio: 1.29/1;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.team-member-profile .team-member-award-wrap img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 1280px) {
  .team-member-info-section {
    padding: 120px 0;
  }
  .team-member-info-wrapper .team-member-profile {
    padding-left: 48px;
    margin-left: 48px;
  }
}

@media only screen and (max-width: 1024px) {
  .team-member-info-wrapper .team-member-profile {
    padding-left: 36px;
    margin-left: 36px;
  }
  .team-member-profile .team-member-name {
    font-size: 1.3rem;
    margin: 24px 0 10px;
  }
  .team-member-profile .team-member-position {
    font-size: 1rem;
  }
  .team-member-profile .team-member-social {
    flex-wrap: wrap;
    margin: 16px 0 28px;
  }
  .team-member-profile .team-member-social a:first-child {
    width: 100%;
  }
  .team-member-profile .team-member-award-wrap {
    padding: 20px;
    border-radius: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .team-member-info-section {
    padding: 80px 0;
    border-radius: 30px 30px 0 0;
    margin-top: -40px;
  }
  .team-member-info-section .team-member-info-wrapper {
    flex-wrap: wrap-reverse;
  }
  .team-member-info-wrapper .team-member-info {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .team-member-info-wrapper .team-member-right {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .team-member-info-wrapper .team-member-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 36px;
    margin: 0 0 36px;
    border-left: none;
    border-bottom: 1px solid #0082fa80;
  }
  .team-member-profile .team-member-img,
  .team-member-profile .team-member-award-wrap {
    width: 60%;
  }
  .team-member-profile .team-member-social a:first-child {
    width: max-content;
  }
}

@media only screen and (max-width: 575px) {
  .team-member-info-wrapper .team-member-info p,
  .team-member-info-wrapper .team-member-info p a {
    font-size: 0.875rem;
  }
  .team-member-profile .team-member-img,
  .team-member-profile .team-member-award-wrap {
    width: 100%;
  }
}
