.voice__entrance_text {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #153E68;
  line-height: 1.7272727273;
  text-align: center;
}
@media screen and (min-width: 375px) {
  .voice__entrance_text {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 576px) {
  .voice__entrance_text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .voice__entrance_text {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1200px), print {
  .voice__entrance_text {
    font-size: 1.375rem;
  }
}

.voice__entrance_image {
  max-width: 20.5rem;
  margin-inline: auto;
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .voice__entrance_image {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .voice__entrance_image {
    margin-top: 3.75rem;
  }
}

.voice__list {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .voice__list {
    margin-top: 6.25rem;
  }
}

.voice__item + .voice__item {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .voice__item + .voice__item {
    margin-top: 6.25rem;
  }
}

.voice__item_title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #153E68;
}
@media screen and (min-width: 768px) {
  .voice__item_title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .voice__item_title {
    font-size: 2rem;
  }
}

.voice__item_limit {
  font-size: 0.75rem;
  font-weight: 500;
  color: #153E68;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .voice__item_limit {
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .voice__item_limit {
    font-size: 1.25rem;
  }
}

.voice__item_description {
  font-size: 0.8125rem;
  line-height: 1.7777777778;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .voice__item_description {
    font-size: 1rem;
    margin-top: 1.5625rem;
  }
}
@media screen and (min-width: 992px) {
  .voice__item_description {
    font-size: 1.125rem;
  }
}

.voice__item_button {
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .voice__item_button {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .voice__item_button {
    margin-top: 2.1875rem;
  }
}

.voice__item_button .button {
  max-width: 21.125rem;
}
@media screen and (min-width: 768px) {
  .voice__item_button .button {
    max-width: 21.75rem;
  }
}

.voice__item_login {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .voice__item_login {
    margin-top: 2.5rem;
  }
}/*# sourceMappingURL=style-voice.css.map */