.foot_card {
  background: #64edac;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.foot_card .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;
}
.foot_card_bk1 {
  position: absolute;
  left: 300px;
  top: 56px;
  width: 60px;
  height: 60px;
  background-color: rgba(204, 247, 131, 0.3);
  border-radius: 60px;
}
.foot_card_bk2 {
  position: absolute;
  right: 30px;
  top: 100px;
  width: 100px;
  height: 100px;
  background-color: rgba(204, 247, 131, 0.3);
  border-radius: 100px;
}
.foot_card_bk3 {
  position: absolute;
  left: 588px;
  top: 132px;
  width: 200px;
  height: 200px;
  background-color: rgba(204, 247, 131, 0.3);
  border-radius: 200px;
}

.footer {
  background: #efefef;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.information {
  font-size: 14px;
}
.information p {
  margin-bottom: 10px;
  text-align: center;
}
