@charset "UTF-8";
/* ------------ *Faq ------------- */

.faq__form {
  margin-top: 50px;
}
.faq .form__field {
  margin-bottom: 22px;
}
.faq__list {
  margin-top: 70px;
}
.faq__item:not(:last-child) {
  margin-bottom: 90px;
}
.faq__box {
  background: #EDEDED;
  padding: 13px 15px;
}
.faq__box:not(:last-child) {
  margin-bottom: 4px;
}
.faq__box span {
  color: #797979;
}

/* ================ Media ================ */

@media only screen and (max-width : 1199px) {
  .faq__item:not(:last-child) {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width : 767px) {
  .faq__form {
    margin-top: 30px;
  }
}