/* CUSTOM VARIABLE */
/*TRANSITION*/
/*BREAKPOINT*/
.firstSection {
  background-color: #F7F7F7;
  padding: 66px 0 77px;
}

@media screen and (min-width: 1600px) {
  .firstSection {
    padding: 100px 0;
  }
}

@media screen and (max-width: 1200px) {
  .firstSection {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .firstSection {
    padding: 40px 0;
  }
}

.firstSection .listFaq {
  margin-bottom: 93px;
}

@media screen and (max-width: 767px) {
  .firstSection .listFaq {
    margin-bottom: 60px;
  }
}

.firstSection .listFaq .help-wrapper {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .firstSection .listFaq .help-wrapper {
    margin-bottom: 20px;
  }
}

.firstSection .listFaq .help-wrapper ._q {
  background-color: #FFF;
  padding: 20px 25px 23px 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .firstSection .listFaq .help-wrapper ._q {
    padding: 15px;
  }
}

.firstSection .listFaq .help-wrapper ._q div {
  width: 52px;
  height: 52px;
  background-color: #004821;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  font-weight: bold;
  color: #FFF;
  line-height: 1;
  margin-right: 21px;
}

@media screen and (max-width: 1200px) {
  .firstSection .listFaq .help-wrapper ._q div {
    width: 45px;
    height: 45px;
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .firstSection .listFaq .help-wrapper ._q div {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
}

.firstSection .listFaq .help-wrapper ._q p {
  flex: 1;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .firstSection .listFaq .help-wrapper ._q p {
    padding-right: 10px;
    font-size: 16px;
  }
}

.firstSection .listFaq .help-wrapper ._q i {
  width: 20px;
  font-size: 20px;
  color: #004821;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .firstSection .listFaq .help-wrapper ._q i {
    font-size: 16px;
    width: 16px;
  }
}

.firstSection .listFaq .help-wrapper ._a {
  display: none;
  padding: 34px 30px 44px 88px;
  background-color: rgba(0, 72, 33, 0.15);
  border-radius: 0;
  line-height: 1.85;
}

@media screen and (max-width: 1200px) {
  .firstSection .listFaq .help-wrapper ._a {
    padding: 20px 20px 20px 80px;
  }
}

@media screen and (max-width: 767px) {
  .firstSection .listFaq .help-wrapper ._a {
    padding: 20px;
    font-size: 14px;
  }
}

.firstSection .listFaq .help-wrapper._open ._q i {
  transform: rotate(180deg);
}

/*# sourceMappingURL=faq.css.map */