.support .banner {
  position: relative;
}
.support .banner_top {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.support .banner_top .small_title {
  color: #ecf3ff;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}
.support .banner_top .big_content {
  margin-top: 2px;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 50px;
  font-weight: 700;
  line-height: 130%;
}
.support .banner_top .big_content span {
  color: #06f;
  font-weight: 700;
}
.support .banner_top .blue_btn {
  margin-top: 30px;
  border-radius: 23px;
  width: 165px;
  height: 46px;
  line-height: 46px;
}
.support .part_one {
  position: absolute;
  bottom: -120px;
  height: 300px;
  left: 0;
  right: 0;
  z-index: 9;
}
.support .part_one .part_one_content {
  width: 1184px;
  height: 300px;
  margin: 0 auto;
  border-radius: 24px 24px 0px 0px;
  background: linear-gradient(180deg, #f4f7fc 0%, #fff 100%);
}
.support .part_one .part_one_content h1 {
  padding-top: 102px;
  color: #141516;
  text-align: center;
  font-family: Montserrat-Bold;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}
.support .part_one .part_one_content h4 {
  padding-top: 30px;
  color: rgba(20, 21, 22, 0.8);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.support .icon_grap {
  margin-top: 200px;
}
.support .part_two {
  background: #f7f8fb;
  padding: 80px 0;
}
.support .part_two h1 {
  color: #141516;
  text-align: center;
  font-family: Montserrat-Bold;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
}
.support .part_two .part_two_content {
  margin-top: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.support .part_two .part_two_content .part_two_content_item {
  width: 220px;
  margin-left: 50px;
}
.support .part_two .part_two_content .part_two_content_item:first-child{
  margin-left: 0px;
}
.support .part_two .part_two_content .part_two_content_item .line {
  width: 80px;
  height: 6px;
  background: #06f;
}
.support .part_two .part_two_content .part_two_content_item h3 {
  height: 72px;
  margin-top: 20px;
  color: #000;
  font-family: Montserrat-Bold;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
.support .part_two .part_two_content .part_two_content_item h4 {
  color: #141516;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 6px;
}
