.the-team-section {
  position: relative;
  margin: 0 0 60px;
}
@media only screen and (min-width: 992px) {
  .the-team-section {
    margin: 0 0 80px;
  }
}
.the-team-section .team-member {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 40px 0;
}
@media only screen and (min-width: 992px) {
  .the-team-section .team-member {
    flex-direction: row;
    align-items: center;
    gap: 30px;
    margin: 64px 0;
  }
}
.the-team-section .team-member .team-member-bio {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #C9C9C9;
  border-radius: 5px;
  margin: 0 0 20px;
}
@media only screen and (min-width: 992px) {
  .the-team-section .team-member .team-member-bio {
    width: 25%;
    text-align: center;
    padding: 30px;
    border: none;
    margin: 0;
  }
}
.the-team-section .team-member .team-member-bio img {
  display: block;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .the-team-section .team-member .team-member-bio img {
    width: 170px;
    height: 170px;
    margin: 0 auto 14px;
  }
}
.the-team-section .team-member .team-member-bio h3 {
  font-size: 18px;
  margin: 0 0 8px;
}
.the-team-section .team-member .team-member-bio p {
  font-size: 14px;
  line-height: 24px;
}
.the-team-section .team-member .team-member-bio p.role {
  font-size: 15px;
  font-style: italic;
  margin: 0 0 8px;
}
@media only screen and (max-width: 991.98px) {
  .the-team-section .team-member .team-member-bio .bio-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (max-width: 991.98px) {
  .the-team-section .team-member .team-member-bio .bio-content > div {
    order: 1;
  }
}
@media only screen and (max-width: 991.98px) {
  .the-team-section .team-member .team-member-bio .bio-content img {
    order: 2;
  }
}
.the-team-section .team-member .team-slider {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .the-team-section .team-member .team-slider {
    width: 75%;
  }
}
.the-team-section .team-member .team-slider h2 {
  font-size: 20px;
  margin: 0 0 14px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .the-team-section .team-member .team-slider h2 {
    font-size: 24px;
    margin: 0 0 24px;
  }
}
