.aboutHeadBg {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #142555;
}

.aboutBg {
  position: relative;
}

.aboutBgInfo {
  display: flex;
  align-items: center;
}

.aboutBgTitle {
  font-weight: 800;
  font-size: 64px;
  color: #FFFFFF;
  line-height: 80px;
}

.aboutBgText {
  padding-top: 30px;
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 36px;
}

.about_bg_img {
  margin-left: 88px;
}

/* up */

.aboutUp {
  width: 100%;
  position: absolute;
  bottom: -340px;
  height: 440px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url('../images/Rectangle1617.png') center/cover no-repeat;
}

.aboutUpInfo {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 40px;
  color: #FFFFFF;
  /* background-color: yellow; */
}
.aboutUpInfoTitle {
  padding-bottom: 25px;
  font-weight: 800;
  font-size: 40px;
  color: #FFFFFF;
}

.aboutUpInfoImg {
  width: 304px;
  height: 304px;
  margin-left: 100px;
}

/* use */

.aboutUseInfo {
  display: flex;
  align-items: center;
  padding: 400px 0 100px;
}

.aboutUseText {
  padding-top: 50px;
  font-weight: 500;
  font-size: 22px;
  color: #333333;
  line-height: 36px;
}

.aboutUseImg {
  width: 560px;
  height: 660px;
  margin-left: 100px;
}

/* about */
.aboutCust {
  padding-top: 120px;
  background-color: #F0F3FF;
  background: linear-gradient(to bottom, #F0F3FF 0%, #F0F3FF 86%, #142555 86%, #142555 100%);
}
.aboutCustInfo {
  display: flex;
  align-items: center;
  padding-bottom: 120px;
}
.aboutCustImg {
  width: 500px;
  height: 500px;
  margin-right: 150px;
}
.aboutCustBot {
  margin-bottom: 60px;
}

.aboutCustEmail {
  display: flex;
  align-items: center;
  width: 360px;
  height: 80px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #FFFFFF;
  border-radius: 10px;
  font-weight: 500;
  font-size: 24px;
  color: #FF6B6B;
  line-height: 32px;
}

.aboutCustEmailIc {
  width: 48px;
  height: 48px;
  margin-left: 30px;
  margin-right: 12px;
}

.aboutCustFooter {
  width: 100%;
  height: 280px;
  position: relative;
  /* padding-bottom: 150px; */
  /* background-color: yellow; */
}

.Vector_20 {
  width: 311px;
  height: 459px;
  position: absolute;
  top: 0;
  left: -92px;
}
.Vector_21 {
  width: 311px;
  height: 459px;
  position: absolute;
  top: -178px;
  right: -92px;
}
.aboutCustFInfo {
  height: 280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* position: relative; */
  background-color: #FF6B6B;
}
.aboutCustFText {
  width: 800px;
  margin-left: 80px;
  font-weight: bold;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 56px;
}

.about_btn_google {
  width: 245px;
  height: 80px;
  margin-right: 80px;
  margin-left: 100px;
}