.c-VoiceSection {
  padding: 0px;
}

.p-VoiceSection__Container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.swiper {
  max-width: 88%;
}

.c-VoiceCard {
  background: #fff;
  min-height: 556px;
  border-radius: 12px;
  padding: 24px 32px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.c-VoiceCard__Label {
  font-size: 1.4rem;
  color: #8a8a8a;
  margin-bottom: 4px;
}

.c-VoiceCard__Title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #5a6e5a;
  margin-bottom: 8px;
}

.c-VoiceCard__Text {
  font-size: 1.6rem;
  line-height: 1.6;
}

.swiper-wrapper {
  padding: 40px 0px;
}

.swiper-pagination {
  text-align: center;
}

.swiper-button-prev,
.swiper-button-next {
  padding: 0px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  color: #423827;
}

@media (max-width: 1239px) {
  .c-VoiceCard {
    min-height: 496px;
  }
}

@media (max-width: 880px) {
  .c-VoiceCard {
    min-height: 400px;
  }

  .swiper {
    max-width: 80%;
  }
}

@media (max-width: 540px) {

  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 3.2rem;
  }

  .swiper-button-prev::after {
    padding-right: 16px;
    padding-bottom: 32px;
  }

  .swiper-button-next::after {
    padding-left: 16px;
    padding-bottom: 32px;
  }

  .c-VoiceCard__Text {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .swiper-wrapper {
    padding: 8px 0px 40px;
  }

}