.aboutUs .banner-info p {
  margin-top: 40px;
}

.team {
  padding: 120px 0 100px;
  background: #fff;
  margin-bottom: 150px;
}
.team-title {
  margin-bottom: 60px;
}

.team-title h2 {
  margin-bottom: 20px;
}
.team-title p {
  width: 885px;
  margin: 0 auto;
  line-height: 40px;
}
.team-item {
  margin-bottom: 55px;
  padding: 15px 0;
}

.team-item h6 {
  font-size: 21px;
  color: #006ce5;
  line-height: 30px;
  margin: 20px 0 6px;
}
.team-item p {
  font-size: 17px;
  line-height: 28px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .team-title {
    margin-bottom: 20px;
  }
  .team-title p {
    width: 100%;
  }
  .team {
    padding: 20px 0 20px;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
  }
  .team-item {
    margin-bottom: 20px;
  }
  .team-item h6 {
    font-size: 18px;
  }
  .team-item p {
    font-size: 14px;
  }
  .user-photo img {
    max-width: 100%;
  }
}
