.team-secondary-bio {
  padding: 40px 0;
  position: relative;
  min-height: 400px;
  max-width: 100% !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1485px) {
  .team-secondary-bio {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }
}
@media screen and (max-width: 900px) {
  .team-secondary-bio {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .team-secondary-bio > .flair-image {
    display: none;
  }
}
.team-secondary-bio > .flair-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 40px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.team-secondary-bio > .flair-image.microphone {
  background-image: url(/wp-content/uploads/2025/04/microphone.png);
}
@media screen and (max-width: 1485px) {
  .team-secondary-bio > .flair-image {
    position: static;
    max-width: 400px;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .team-secondary-bio > .flair-image {
    max-width: 100%;
    width: 100%;
    background-postion: left center;
  }
}
.team-secondary-bio .team-bio-secondary {
  padding: 0 20px;
}
.team-secondary-bio .team-bio-secondary,
.team-secondary-bio .team-bio-secondary p {
  color: #000;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: -0.54px;
  max-width: 595px;
}
