.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: 30px;
}
.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 {
  margin-top: 10px;
  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 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}

.card_2_bk1 {
  width: 200px;
  height: 200px;
  border-radius: 200px;
  background-color: rgba(204, 247, 131, 0.3);
  color: rgba(33, 84, 118, 1);
  font-size: 22px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card_2_bk1 p {
  text-align: center;
}

.foot_card2 {
  height: 600px !important;
  border-top-left-radius: 800px;
  border-color: rgb(187, 187, 187);
  border-width: 1px;
  border-style: solid;
  font-size: 14px;
  background: rgb(100, 237, 172);
}

.foot_card2 p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.foot_card2 .title {
  font-size: 22px;
  font-weight: 700;
}
.foot_card .button { 
  margin: 100px auto 0 auto;
}