.card {
  width: 1200px;
  display: flex;
  margin: 0 auto;
}
.card_1 {
  width: 100%;
  height: 600px;
  border-color: rgb(187, 187, 187);
  border-width: 1px;
  border-style: solid;
  border-radius: 0px 0px 600px;
  font-size: 14px;
  padding: 0px;
  text-align: center;
  line-height: 20px;
  background: rgb(100, 237, 172);
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.card_1_bk1 {
  position: absolute;
  left: -91px;
  top: 0px;
  width: 241px;
  height: 230px;
  background-color: rgba(204, 247, 131, 0.3);
  color: rgba(16, 16, 16, 100);
  font-size: 14px;
  border-radius: 241px;
}
.card_1_bk2 {
  position: absolute;
  right: 100px;
  top: 113px;
  width: 66px;
  height: 66px;
  background-color: rgba(204, 247, 131, 0.3);
  color: rgba(16, 16, 16, 100);
  font-size: 14px;
  border-radius: 241px;
}
.card_1_bk3 {
  position: absolute;
  right: 210px;
  top: 260px;
  width: 240px;
  height: 240px;
  background-color: rgba(204, 247, 131, 0.3);
  color: rgba(16, 16, 16, 100);
  font-size: 14px;
  border-radius: 241px;
}
.card_1 .left,
.card_1 .right {
  width: 50%;
  position: relative;
  z-index: 2;
  
}
.card_1 .right {
  display: flex;
  justify-content: center;
  padding-top: 70px;
  box-sizing: border-box;
}
.card_1 .left img  {
    display: block;
    width: 400px;
  }
.card_1 .right .p1 {
  color: rgba(33, 84, 118, 1);
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}
.card_1 .right .p2 {
  color: rgb(33, 84, 118);
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
.card_1 .right .p3 {
  font-weight: 400;
  font-size: 20px;
  color: rgba(33, 84, 118, 1);
}
.card_1 .right .button {
  width: 228px;
  height: 68px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 100);
  color: rgba(72, 167, 122, 100);
  font-size: 22px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0 auto;
}

.card_2 {
  padding: 105px 0;
  width: 100%;
  position: relative;
}
.card_2 .title {
  width: 665px;
  height: 41px;
  color: rgba(33, 84, 118, 100);
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
.card_2 p {
  text-align: center;
  margin-bottom: 10px;
  color: rgba(33, 84, 118, 1);
  position: relative;
  z-index: 2;
}
.subtitle {
  position: relative;
}
.card_2_bk1 {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: -40px;
  width: 200px;
  height: 200px;
  background-color: rgba(204, 247, 131, 0.3);
  text-align: center;
  border-radius: 200px;
}

.card_2 img {
  height: 78px;
}
.card_2 .icon_wrap {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  color: rgba(33, 84, 118, 1);
  font-weight: 700;
}
.card_2 .icon_wrap p {
  margin-top: 10px;
}

.card_3 {
  background: #effbf5;
  /* height: 600px; */
  width: 100%;
  padding: 210px 0 136px 0;
}
.card_3 .left,
.card_3 .right {
  width: 50%;
  position: relative;
  z-index: 2;
}
.card_3 img {
  position: relative;
  z-index: 2;
}
.card_3 .right {
  display: flex;
  justify-content: flex-end;
}
.card_3 .left .title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
.card_3 .left .subtitle {
  color: rgba(16, 16, 16, 1);
  font-weight: 400;
  margin-top: 5px;
}
.card_3 .left .subtitle_mt {
  margin-top: 30px;
}
.card_3_bk1 {
  position: absolute;
  left: 200px;
  top: 190px;
  width: 70px;
  height: 70px;
  background-color: rgba(204, 247, 131, 0.3);
  border-radius: 70px;
}
.card_3_bk2 {
  position: absolute;
  right: -90px;
  top: -114px;
  width: 200px;
  height: 200px;
  background-color: rgba(204, 247, 131, 0.3);
  border-radius: 240px;
}

.card_4 {
  background: #fff;
}
.card_4 .card {
  justify-content: space-between;
}

.card_4 .right {
  justify-content: normal;
}
.card_4 .left {
  width: 33%;
}
.card_4 .title {
  text-align: center;
}
.card_4 .subtitle {
}
.card_4_bk2 {
  position: absolute;
  left: -40px;
  bottom: -140px;
  width: 200px;
  height: 200px;
  background-color: rgba(204, 247, 131, 0.3);
  border-radius: 240px;
}
.card_4_bk1 {
  position: absolute;
  left: 60px;
  top: -45px;
  width: 70px;
  height: 70px;
  background-color: rgba(204, 247, 131, 0.3);
  border-radius: 70px;
}

.card_5_bk1 {
  position: absolute;
  left: 260px;
  top: -20px;
  width: 70px;
  height: 70px;
  background-color: rgba(204, 247, 131, 0.3);
  border-radius: 70px;
}
.card_5_bk2 {
  position: absolute;
  right: -37px;
  top: 107px;
  width: 200px;
  height: 200px;
  background-color: rgba(204, 247, 131, 0.3);
  border-radius: 240px;
}

.card_6 {
  background: #fff;
  position: relative;
}
.card_6 .card {
  justify-content: space-between;
}
.card_6 .right {
  justify-content: flex-start;
}
.card_6 .left {
  width: auto;
}
.card_6_bk2 {
  position: absolute;
  left: -84px;
  bottom: 0px;
  width: 200px;
  height: 200px;
  background-color: rgba(204, 247, 131, 0.3);
  border-radius: 240px;
}
.card_6_bk1 {
  position: absolute;
  left: 60px;
  bottom: -137px;
  width: 70px;
  height: 70px;
  background-color: rgba(204, 247, 131, 0.3);
  border-radius: 70px;
}
.card_6_bk3 {
  position: absolute;
  left: 226px;
  bottom: 80px;
  width: 50px;
  height: 50px;
  background-color: rgba(204, 247, 131, 0.3);
  border-radius: 50px;
}

.card_7_bk2 {
  position: absolute;
  right: -37px;
  top: 56px;
  width: 200px;
  height: 200px;
  background-color: rgba(204, 247, 131, 0.3);
  border-radius: 240px;
}
