.about-body {
  width: 100%;
  min-width: 1400px;
}

.about-body .about-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
  margin-bottom: 50px;
}

.about-body .about-title div {
  width: 380px;
  height: 90px;
  background-image: url("../image/background-about.png");
  text-align: center;
  line-height: 90px;
  font-size: 50px;
  color: #2C2D33;
}

.about-body .about-conent {
  width: 100%;
  min-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 200px;
}

.about-body .about-conent .content-body {
  width: 1400px;
  display: flex;
  justify-content: center;
}

.about-body .about-conent .content-body .team-item {
  width: 254px;
  height: 400px;
  margin-left: 60px;
  float: left;
}

.about-body .about-conent .content-body .team-item img {
  width: 254px;
  height: 354px;
  border-radius: 5px;
}

.about-body .about-conent .content-body p {
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
}
/*# sourceMappingURL=team.css.map */