.group-h1 {
  background-image: url("../img/faq/faq_bg.jpg");
}

.section {
  padding: 109px 0 75px;
}
.section .toggle + .toggle {
  margin-top: 40px;
}
.section .toggle .toggle-link {
  font-size: 25px;
  line-height: 1.5;
  background: #dde0ed;
  cursor: pointer;
  padding: 18.5px 60px 18.5px 25px;
  position: relative;
}
.section .toggle .toggle-link:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url("../img/faq/arrow.svg") no-repeat bottom center/100% auto;
  width: 26px;
  height: 19px;
  right: 23px;
}
.section .toggle.active .toggle-link::after {
  transform: rotate(180deg);
}
.section .toggle .toggle-main p {
  padding: 15px 0 0;
  font-size: 18px;
  line-height: 1.5572;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 30px 7.5px;
  }
  .section .toggle + .toggle {
    margin-top: 20px;
  }
  .section .toggle .toggle-link {
    font-size: 11px;
    padding: 4px 40px 6px 10px;
  }
  .section .toggle .toggle-link:after {
    width: 8.5px;
    height: 6px;
    right: 8px;
  }
  .section .toggle .toggle-main p {
    padding: 5px 0 0;
    font-size: 9px;
    line-height: 1.4;
  }
}