@charset "UTF-8";


.voice_text{
  padding-top: 80px;
  padding-bottom: 70px;
}
.voice_text div.row{
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .voice_text{
    padding-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .voice_text{
    padding-top: 0;
    padding-bottom: 40px;
  }
  .voice_text-ttlimg{
    width: auto;
    height: 100px;
  }
}
