  .section-who-team{
    padding-top: 80px;
}

.section-who-team-all{
  display: flex;
  gap: 75px;
  background-color: #F0FAFF;
  padding: 50px 0px 50px 60px;
  position: relative;
}

.section-who-team-all::before{
  width: 95px;
  height: 100%;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.section-who-team-content{
  max-width: 50%;
}


.section-who-team-title h2{
  color: #000;
  font-weight: 400;
}

.section-who-team-text{
  padding-top: 33px;
  font-weight: 400;
  line-height: 148%;
}

.section-who-team-text ul{
  padding-left: 20px;
  margin: 0;
}

.section-who-team-image{
  position: relative;
  width: 100%;
}

.section-who-team-image img{
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1200px) {
  .section-who-team-all{
    flex-direction: column;
    gap: 40px;
    padding: 50px 60px 50px 60px;
  }
  .section-who-team-all::before {
    display: none;
  }
  .section-who-team-content {
    max-width: 100%;
}

.section-who-team-image{
  width: 100%;
}
.section-who-team-image img{
  display: block;
  position: static;
  margin: 0 auto;
}
}

@media screen and (max-width: 1200px) {
  .section-who-team-all{
    flex-direction: column;
    gap: 40px;
    padding: 25px 30px 25px 30px;
  }
}


@media screen and (max-width: 768px) {
  .section-who-team-all {
      padding: 25px 30px 25px 30px;
  }
}