.myMarketingFintech {
  overflow: hidden;
}
.myMarketingFintech .banner_box {
  padding-top: 85px !important;
  padding-bottom: 0 !important;
  overflow: hidden;
  max-height: 727px;
  position: relative;
}
.myMarketingFintech .bg1_img {
  height: 100%;
}
.myMarketingFintech .bg2_img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 43.85vw;
}
.myMarketingFintech .banner_top {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1040px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.myMarketingFintech .my_creative_app .blod {
  font-weight: 700;
  font-family: Montserrat-Bold;
}
.myMarketingFintech .fintech_part {
  background: #F7F8FB;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6.25vw 0;
}
.myMarketingFintech .fintech_part .fintech_part_h1 {
  color: #141516;
  font-family: Montserrat-Bold;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}
.myMarketingFintech .fintech_part .fintech_part_text_l {
  color: #141516;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.myMarketingFintech .fintech_part .fintech_part_items {
  display: flex;
  justify-content: center;
  margin: 80px 0;
}
.myMarketingFintech .fintech_part .fintech_part_items .fintech_part_item {
  padding: 28px;
  background: #FFF;
  margin-left: 40px;
}
.myMarketingFintech .fintech_part .fintech_part_items .fintech_part_item:first-child{
  margin-left: 0px;
}
.myMarketingFintech .fintech_part .fintech_part_items .fintech_part_item .fintech_part_item_icon {
  width: 84px;
  height: 84px;
}
.myMarketingFintech .fintech_part .fintech_part_items .fintech_part_item .line {
  width: 60px;
  height: 6px;
  background: #06F;
  margin: 32px 0 10px;
}
.myMarketingFintech .fintech_part .fintech_part_items .fintech_part_item .fintech_part_item_text_b {
  color: #000;
  font-family: Montserrat-Bold;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.myMarketingFintech .fintech_part .fintech_part_items .fintech_part_item .fintech_part_item_text_l {
  color: #141516;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
