.review-banner {
}
.review-banner .banner-item {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 150px);
  margin: 0 auto;
}

.banner-item .line {
  width: calc((100% / 3) - 30px);
}

.banner-item .line .item:last-child {
    margin-top: 20px;
}

.banner-item .item {
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  text-align: left;
}

.banner-item .item.marBottom {
  margin-bottom: 20px;
}

.banner-item .text {
  font-weight: 500;
  white-space: initial;
  font-family: PingFang SC, PingFang SC;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}

.banner-item .bottom {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.banner-item img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin-right: 15px;
}

.banner-item .name {
  font-weight: bold;
  font-family: PingFang SC, PingFang SC;
  font-size: 16px;
  color: #333333;
  line-height: 19px;
}

.banner-item .position {
  margin-top: 8px;
  font-weight: 500;
  font-family: PingFang SC, PingFang SC;
  font-size: 14px;
  color: #999999;
  line-height: 16px;
}
