section.approach > .bg-white img {
  margin: 64px auto;
  width: 240px;
  display: block;
}

div.approach {
  width: 70%;
  margin: 0 auto 296px;
}
div.approach ul {
  margin: 48px auto;
  line-height: 1.8;
}
div.approach ul li:not(:last-child) {
  margin-bottom: 24px;
}
div.approach ul li > div .title {
  padding-left: 16px;
  position: relative;
}
div.approach ul li > div .title:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #8cc63f;
}

.why {
  padding: 40px 0;
  background-color: #40a004;
}
.why > h5 {
  color: #fff;
}
.why .why-top {
  position: relative;
}
.why .why-top > img {
  margin-top: -20em;
}
.why .why-top > h2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5%;
  white-space: nowrap;
}
.why .reasons {
  margin-top: -4em;
  position: relative;
}
.why .reasons > img {
  position: absolute;
  bottom: -90px;
  left: 16px;
  z-index: 1;
  width: 200px;
}
.why .reasons .reason {
  width: 70%;
  padding: 48px 0;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  border-radius: 90px;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
.why .reasons .reason:not(:last-of-type) {
  margin: 0 auto 40px;
}
.why .reasons .reason .num {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px;
  box-sizing: border-box;
  background-color: #feed22;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 1.1em;
  color: #623a07;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.why .reasons .reason-body {
  width: 70%;
  margin: 0 auto;
}
.why .reasons .reason-body h6 {
  font-size: 18px;
  text-align: center;
  color: #009059;
  padding-bottom: 24px;
}
.why .reasons .reason-body p {
  line-height: 1.6;
}