:root {
  --primarycolor: #FF5C00;
  --primary-variant1: #FFF9E9;
  --primary-variant2: #fafafa;
  --primary-variant3: #FEF4EE;
  --secondarycolor: #464646;
  --tertiarycolor: #008CAF;
  --quaternarycolor: #464646;
  --black: #222;
  --warning: #E60000;
  --notice:#FFFCD6;
}

.voice_desc {
  margin: 0 auto 8rem;
  max-width: 93rem;
}

.voice-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8.8rem;
}
@media screen and (max-width: 768px) {
  .voice-list {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.voice-list_item {
  width: calc((100% - 8.8rem) / 2);
}
@media screen and (max-width: 768px) {
  .voice-list_item {
    width: auto;
  }
}
.voice-list_item a {
  text-decoration: none;
}
.voice-list_item h3 {
  text-align: center;
  line-height: 1.5;
  margin-top: 1.2rem;
}
.voice-list_item h4 {
  text-align: center;
  line-height: 1.5;
  color: var(--primarycolor);
  margin: 1.2rem 0 1.2rem;
}
.voice-list_btn {
  text-align: right;
  margin-top: 2.4rem;
}

.news-para {
  margin-top: 4rem;
}
.news-para a {
  text-decoration: underline;
}/*# sourceMappingURL=voice.css.map */