.team-wrap {
  padding: 70px 0;
}
.team-wrap h2 {
  font-size: 32px;
  color: #333;
  margin: unset;
}
.team-wrap .row {
  margin: 0 -10px;
}
.team-wrap .col {
  width: 20%;
  float: left;
  margin-top: 40px;
  padding: 0 10px;
}
.team-wrap .col .wrap {
  position: relative;
}
.team-wrap .col .wrap h3 {
  margin: unset;
}
.team-wrap .col .wrap p {
  margin: unset;
}
.team-wrap .col .cover {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-wrap .col .cover img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}
.team-wrap .col .desc {
  position: relative;
  background: #f5f5f5;
  width: 100%;
  height: 80px;
  border-radius: 40px;
  padding-left: 120px;
}
.team-wrap .col .desc h3 {
  font-size: 20px;
  color: #333;
  padding: 15px 0 10px;
  margin: unset;
}
.team-wrap .col .desc p {
  font-size: 14px;
  color: #333;
}
.team-wrap .rw-panel-wrap + .rw-panel-wrap {
  margin-top: 60px;
}

@media screen and (max-width: 1260px) {
  .team-wrap .col {
    width: 25%;
  }
}

@media screen and (max-width: 640px) {
  .team-wrap h2 {
    font-size: 24px;
  }
  .team-wrap .col {
    width: 50%;
    margin-top: 30px;
  }
  .team-wrap .col .cover {
    width: 60px;
    height: 60px;
  }
  .team-wrap .col .cover img {
    width: 40%;
    height: 40%;
  }
  .team-wrap .col .desc {
    padding-left: 70px;
    height: 50px;
  }
  .team-wrap .col .desc h3 {
    font-size: 16px;
    padding: 8px 0 5px;
  }

  .team-wrap .col .desc p {
    font-size: 12px;
  }
}
