#voice {
  padding-bottom: 140px;
}
#voice .voice__container {
  max-width: 1240px;
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 850px) {
  #voice .voice__container {
    max-width: 500px;
    padding-right: 17px;
    padding-left: 17px;
  }
}
#voice .voice-lead {
  margin-bottom: 54px;
}
@media only screen and (max-width: 850px) {
  #voice .voice-lead {
    margin-bottom: 39px;
  }
}
#voice .voice-lead__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  text-align: center;
  color: #006031;
  margin-top: 26px;
}
@media only screen and (max-width: 850px) {
  #voice .voice-lead__text {
    font-size: 16px;
    margin-top: 14px;
    line-height: 1.8;
  }
}
#voice .voice-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
@media only screen and (max-width: 850px) {
  #voice .voice-list {
    justify-content: center;
  }
}
#voice .voice-item {
  overflow: hidden;
  background-color: #fff;
  border-radius: 40px;
  gap: 24px;
}
#voice .voice-item__title {
  display: block;
  margin: auto;
  width: 364px;
  height: 48px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background-color: #006031;
  border-radius: 0 0 50px 50px;
  padding-top: 8px;
}
@media only screen and (max-width: 850px) {
  #voice .voice-item__title {
    width: 280px;
    font-size: 16px;
  }
}/*# sourceMappingURL=voice.css.map */