.team-preview {
  width: 100%;
  position: relative;
}

.tp_bird_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 2rem;
  display: block;
}

.tp_bird_wrapper.mobile {
  display: none;
}

.tp_content {
  display: flex;
  align-items: start;
  width: 100%;
}

.tp_text_section {
  padding-right: 4rem;
  box-sizing: border-box;
  margin-left: 20%;
}

.tp_image {
  width: 60%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: -13%;
}

.tp_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tp_bird {
  display: flex;
  justify-content: center;
}

.tp_content .link {
  display: block;
}

.team-preview {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.tp_content .link.mobile {
  display: none;
}

@media (max-width: 1024px) {
  .tp_text_section {
    margin-left: 10%;
  }
}

@media (max-width: 768px) {
  .tp_content {
    flex-direction: column;
  }

  .tp_text_section {
    margin-left: 0;
  }

  .tp_bird_wrapper {
    display: none;
  }

  .tp_bird {
    justify-content: start;
  }

  .tp_bird_wrapper.mobile {
    display: block;
    margin-left: 10%;
    margin-top: 1.5rem;
  }

  .tp_bird_wrapper.mobile img {
    width: 25%;
  }

  .tp_content .link {
    display: none;
  }

  .tp_content .link.mobile {
    display: block;
    margin-left: 5%;
    transform: translateY(-15rem);
  }

  .tp_image {
    width: 100%;
    overflow: hidden;
    flex-shrink: 0;
    transform: translate(20%, -10%);
  }

  .tp_content {
    flex-direction: column;
  }
}

@media (max-width: 530px) {
  .tp_content .link.mobile {
    transform: translateY(-10rem);
  }
}
