/* ===============================================================================
Voice
=============================================================================== */
/* voice-section
========================= */
/* voice-sec-1 */
.voice-sec-1 {
  padding: 80px 0 150px;
}
.voice-sec-1 .blks-1 .heading {
  margin-bottom: 80px;
}
.voice-sec-1 .blks-1 .group + .group {
  margin-top: 80px;
}
.voice-sec-1 .blks-1 .heading-2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .voice-sec-1 {
    padding: 48px 0 80px;
  }
  .voice-sec-1 .blks-1 .heading {
    margin-bottom: 32px;
  }
}