.hakuma-section {
  max-width: 100%;
  min-height: 110vh;
}
.hakuma-section h1 {
  margin-top: 0px !important;
}
.hakuma-section .wave {
  margin-top: -15%;
  position: relative;
  z-index: 2;
  max-width: 100%;
  width: 100%;
}
.hakuma-section .d-flex {
  margin-top: 80px;
  flex-wrap: wrap;
}
.hakuma-section .item {
  margin: 20px;
  width: 250px;
  margin-bottom: 50px;
}
.hakuma-section .item img {
  max-width: 85px;
  margin-bottom: 25px;
}
.hakuma-section .animates-wave-wrapper {
  position: relative;
  overflow: hidden;
  height: 500px;
  width: 100%;
  margin: -200px 0;
  z-index: 9;
}
.hakuma-section .animates-wave-wrapper .curve {
  transform: translateY(0.1px);
}
.hakuma-section .animates-wave-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.2));
}

.section-oat {
  background-color: #c0d5b4;
}

/*# sourceMappingURL=hakuma-section.css.map */
