.team-members-single-section-1 {
  min-height: 550px;
}
.team-members-single-section-1 .content {
  justify-content: center;
  max-width: calc(var(--text-max-width) + var(--horizontal-padding) * 2);
}
.team-members-single-section-1 .section-side-one {
  flex: 1;
  gap: 25px;
}
.team-members-single-section-1 .section-side-one img {
  aspect-ratio: 2/3;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.team-members-single-section-1 .section-side-two {
  flex: 2;
}
.team-members-single-section-1 .person-linkedin {
  font-size: 26px;
}
.team-members-single-section-1 .person-name {
  font-size: var(--heading-4-font-size);
  margin-bottom: var(--inner-spacing-s);
}
.team-members-single-section-1 .person-title {
  margin-bottom: var(--inner-spacing-m);
}
@media screen and (max-width: 885px) {
  .team-members-single-section-1 .content {
    gap: 20px;
  }
  .team-members-single-section-1 .section-side-one {
    flex-direction: row;
    max-width: 300px;
  }
}