.section-team-picture-left {
  position: relative;
  padding-top: 73px;
  margin-top: 73px;
  background: var(--main-color);
}

/* .section-team-picture-left::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 45%;
} */

.section-team-picture-left_ {
  position: relative;
  /* padding-bottom: 80px; */
  display: flex;
  justify-content: space-between;
}

.section-team_text-bootom-title {
  padding-bottom: 33px;
}

.section-team_text-bootom-text {
  text-align: justify;
}

.section-team-picture-left__ {
  width: 60%;
}

.section-team-picture-left_name {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  padding-bottom: 4px;
  text-transform: uppercase;
}

.section-team-picture-left_span {
  padding-bottom: 20px;
}

.section-team-picture-left_span span {
  color: #28a2f0;
  font-size: 14px;
  line-height: 21px;
}

.section-team-picture-left_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 20px;
}

.section-team-picture-left_social {
  padding-bottom: 40px;
}

.section-team-picture-left_social a:hover img {
  scale: 0.9;
}

.section-team-picture-left_social img {
  max-width: 37px;
  transition: scale 0.3s ease-in-out;
}

.section-team-picture-left_image {
  /* content: ""; */
  /* position: absolute; */
  /* top: -42px; */
  /* left: 0; */
  width: 100%;
  max-width: 351px;
  height: 100%;
  /* min-height: 432px; */
  /* z-index: 10; */
}

.section-team-picture-left_image img {
  border-radius: 0 40px 40px 40px;
}

@media screen and (max-width: 1200px) {
  /* .section-team-picture-left {
    padding: 10px 0;
  } */

  .section-team-picture-left_ {
    gap: 30px;
  }

  .section-team-picture-left__ {
    width: 60%;
  }

  .section-team-picture-left_image {
    position: static;
    width: 40%;
    top: -42px;
    right: 0;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    text-align: end;
  }

  .section-team-picture-left::before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .section-team-picture-left_ {
    flex-direction: column;
    gap: 16px;
  }

  .section-team-picture-left_ {
    padding-bottom: 0px;
  }

  .section-team-picture-left__ {
    width: 100%;
  }

  .section-team-picture-left_image {
    width: 100%;
    text-align: center;
  }

  .section-team-picture-left_image img {
    max-width: 50%;
  }
}

@media screen and (max-width: 580px) {
  .section-team-picture-left_image img {
    max-width: 100%;
  }
}
