.voice {
  position: relative;
  padding: 8rem 0 12rem;
}
.voice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(50vw, 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 55%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 55%, 0 100%);
  background: linear-gradient(15deg, #B3F1EE, #1D1F46);
}
.voice h2 {
  margin-bottom: 6rem;
  color: #fff;
}
.voice-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  border-radius: 1rem;
  background: #fff;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.1));
}
.voice-item:nth-child(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.voice-img {
  max-width: 25rem;
}
.voice-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2.5rem 4rem;
  line-height: 2;
  font-size: 1.8rem;
}
.voice-txt h3 {
  margin-bottom: 2rem;
  font-size: 2.3rem;
}
.voice-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
  font-weight: 600;
}
.voice-label {
  padding: 0.5rem 2rem;
  border-radius: 100rem;
  background: #5DFC7C;
  font-weight: 500;
}/*# sourceMappingURL=voice.css.map */

@media screen and (max-width: 768px) {
  .voice {
    position: relative;
    padding: 8rem 0 0;
  }
  .voice::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: min(50vw, 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 55%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 55%, 0 100%);
    background: linear-gradient(15deg, #B3F1EE, #1D1F46);
  }
  .voice h2 {
    margin-bottom: 6rem;
    color: #fff;
  }
  .voice-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    margin: auto;
    margin-bottom: 7rem;
    border-radius: 2rem;
    background: #fff;
    overflow: hidden;
    -webkit-filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.1));
    width: 49rem;
  }
  .voice-item:nth-child(2n+1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .voice-img {
    max-width: 49rem;
    max-height: 35rem;
  }
  .voice-img img {
    width: 49rem;
    height: 30rem;
    -o-object-fit: cover;
    object-fit: cover;
    justify-content: center;
    object-position: 50% 20%;
  }
  .voice-txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 2.5rem 4rem;
    line-height: 2;
    font-size: 2rem;
  }
  .voice-txt h3 {
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
  .voice-footer {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2rem;
    font-weight: 600;
    text-align: right;
  }
  .voice-label {
    padding: 0.5rem 2rem;
    border-radius: 100rem;
    background: #5DFC7C;
    font-weight: 500;
  }/*# sourceMappingURL=voice.css.map */

}