.team-box {
  padding-top: 99px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.team-l {
  width: 30.7%;
  background: #b11f23;
  border-radius: 0px 80px 0px 0px;
  padding: 70px 0;
  padding-right: 56px;
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  /* Safari */
  -ms-flex-shrink: 0;
}
.team-img {
  overflow: hidden;
}
.team-img img {
  display: block;
  width: 342px;
  max-width: 342px;
  height: auto;
  transition: all 0.5s ease;
}
.team-img img:hover {
  transform: scale(1.1);
}
.team-name {
  display: inline-block;
  font-size: 31px;
  color: #ffffff;
  margin-bottom: 33px;
  margin-top: 32px;
  text-align: left;
}
.team-l p {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.team-l p span {
  font-size: 18px;
  color: #fff;
}
.team-l p img {
  margin-right: 9px;
}
.team-r {
  padding-left: 60px;
  padding-right: 19.2%;
}
.team-r-title span {
  font-weight: bold;
  font-size: 28px;
  color: #131313;
  display: inline-block;
  margin-top: 29px;
}
.line-bottom {
  width: 57px;
  height: 0px;
  border: 3px solid #b11f23;
  margin-top: 13px;
  margin-bottom: 17px;
}
.team-r p {
  color: #333333;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .team-box {
    padding-top: 0.74rem;
    flex-direction: column;
    padding-right: 0.3rem;
  }
  .team-l {
    width: 100%;
    padding: 0.74rem 0;
    padding-right: 0.49rem;
    border-radius: 0px 0.8rem 0px 0px;
  
  }

  .team-img img {
    width: 6.01rem;
    max-width: unset;
  }
  .team-name {
    font-size: 0.42rem;
    margin-bottom: 0.33rem;
    margin-top: 0.61rem;
  }
  .team-l p {
    margin-bottom: 0.24rem;
  }
  .team-l p span {
    font-size: 0.28rem;
  }
  .team-l p img {
    margin-right: 0.08rem;
  }
  .team-r {
    width: 100%;
    padding-left: 0.62rem;
    padding-right: 0.62rem;
    padding-bottom: 0.68rem;
  }
  .team-r-title span {
    font-size: 0.42rem;
    margin-top: 0.53rem;
  }
  .line-bottom {
    width: 0.7rem;
    border: 2px solid #b11f23;
    margin-top: 0.17rem;
    margin-bottom: 0.26rem;
  }
  .team-r p {
    line-height: 0.5rem;
  }
}
