.container:not(:last-of-type) {
  margin-bottom: 4rem;
} 
.container h1 {
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: -.1rem;
  margin-bottom: 2rem;
  background: linear-gradient(to right, #c9dfff, #fff);
  padding: 1rem 1.5rem;
}

.menu_wrap ul li {
  position: relative;
  z-index: 1;
}
.menu_wrap ul li:not(:last-child) {
  margin-bottom: 1.2rem;
}
.menu_wrap ul li:not(:last-child)::before {
  content: "";
  width: .6rem;
  height: 2rem;
  background: #daf4ff;
  position: absolute;
  bottom: -1.5rem;
  left: 8rem;
  z-index: -1;
}
.menu_wrap ul li:not(:last-child)::after {
  content: "";
  width: .6rem;
  height: 2rem;
  background: #daf4ff;
  position: absolute;
  bottom: -1.5rem;
  right: 8rem;
  z-index: -1;
}
.menu_wrap ul li a {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 600;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 2.5rem;
  background: #fff;
  box-shadow: rgba(122, 122, 122, 0.1) 0px 1px 2px 0px, rgba(122, 122, 122, 0.01) 0px 1px 2px 0px;
}
.menu_wrap ul li a i {
  width: 3rem;
  height: 3rem;
  background: url("../img/water_drop.png") no-repeat center / cover;
  border-radius: 100%;
  margin-right: 1rem;
}
.menu_wrap ul li:last-child a i {
  background: url("../img/check.png") no-repeat center / cover;
}

.good_wrap ul li {
  background: #f1fbff;
  padding: 1.5rem;
  border-radius: 1.2rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.good_wrap ul li:not(:last-child) {
  margin-bottom: 1.2rem;
}
.good_wrap ul li h4 {
  font-size: 1.8rem;
  font-weight: 600;
  background: linear-gradient(35deg, #e5f0ff, #d5e7ff);
  padding: 1rem 1.2rem;
  margin-bottom: 1.5rem;
  border-radius: 1rem;
  line-height: 1.4;
  letter-spacing: -.1rem;
}
.good_wrap ul li p {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.5;
  color: #666;
}