.aboutBanner {
  width: 100%;
  height: 660px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background: url('../images/about_banner_bg.png') center/cover no-repeat;
}

.aboutBannerTitle {
  font-weight: 600;
  font-size: 50px;
  color: #0A314D;
}

.aboutBanContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aboutBannerInfo {
  width: 945px;
  height: 521px;
  box-sizing: border-box;
  padding: 80px;
  background: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  font-size: 26px;
  color: #333333;
}

.aboutBannerP {
  margin-top: 40px;
  margin-bottom: 30px;
}

/* ProFession CSS */
.aboutProFession {
  padding-top: 100px;
}

.aboutFessionInfo {
  display: flex;
  justify-content: space-between;
  padding-top: 65px;
}

.aboutFessionImg {
  width: 699px;
  height: 378px;
  margin-left: 52px;
}

.aboutFessionText {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
}

.aboutFessionText p {
  padding-top: 35px;
}

/* operation CSS */
.aboutOperation {
  height: 592px;
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  /* align-items: flex-end; */
  background: url('../images/about_operate_img.png') center/cover no-repeat;
}

.aboutOperateInfo {
  width: 735px;
  padding-top: 60px;
  margin-left: 20%;
  font-weight: 400;
  font-size: 26px;
  color: #FFFFFF;
}
.aboutOperateTop {
  padding-top: 30px;
}

/* team css */
.aboutTeamInfo {
  width: 1100px;
  padding: 70px 0 100px;
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: center;
}

.aboutTeamText {
  margin-top: 65px;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: center;
}