.page-voice {
  background: #F8F8F8;
}

@media screen and (max-width: 767px) {
  .page-voice .container {
    width: 100%;
    max-width: 100%;
  }
}

.voice__title {
  padding-block: 36px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}

.voice__item {
  padding: 24px 18px 18px 18px;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 16px;
  align-items: center;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .voice__item {
    border-top: 0.25px solid rgba(184, 184, 184, 0.5);
    border-bottom: 0.25px solid rgba(184, 184, 184, 0.5);
  }
}

.voice__item--hide {
  display: none;
}

.voice__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-block: 0 12px;
}

@media screen and (max-width: 767px) {
  .voice__list {
    margin-block: 24px 12px;
  }
}

.voice__list--see-more {
  margin-block: 0 60px;
}

@media screen and (max-width: 767px) {
  .voice__list--see-more {
    margin-block: 24px 12px;
  }
}

.voice__text {
  font-size: 13px;
  line-height: 1.8;
  color: #333;
}

.voice__text--content {
  margin-bottom: 14px;
}

.voice__text--person {
  text-align: right;
  color: #868686;
}

.voice__see-more {
  border: none;
  outline: none;
  cursor: pointer;
  background: #FF4453;
  color: #fff;
  width: 273px;
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  text-decoration: underline;
  margin-inline: auto;
}

.voice__see-more__container {
  padding-block: 38px 115px;
}

@media screen and (max-width: 767px) {
  .voice__see-more__container {
    padding-top: 24px;
    padding-bottom: 80px;
    background: #fff;
    border-top: 0.25px solid rgba(184, 184, 184, 0.5);
  }
}