.FAQ-2 {
  box-sizing: border-box;
  padding: 7vw var(--padding);
  background-color: #151515;
  background-size: 1920px auto !important;
  background-repeat: no-repeat !important;
  background-position: left 60vw bottom 25vh !important;
}
.FAQ-2 .content > .title {
  color: var(--rc);
  margin-bottom: 4.5vw;
}
.FAQ-2 .content > .category {
  margin-bottom: 4.7vw;
}
.FAQ-2 .content > .category > .title {
  font-size: 2.8rem;
  color: #fff;
  margin-bottom: 4.4vw;
  display: flex;
  column-gap: 10px;
  cursor: pointer;
  line-height: 1;
  align-items: center;
}
.FAQ-2 .content > .category > .title .icon {
  width: 1rem;
  height: 1rem;
  border: 2px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
  display: block;
  border-top: transparent;
  border-left: transparent;
  flex-shrink: 0;
  transition-duration: 1s;
}
.FAQ-2 .content > .category.active > .title .icon {
  transform: rotate(45deg) translateY(-50%);
}
.FAQ-2 .content > .category.active > .problems {
  max-height: 1000px;
}
.FAQ-2 .content > .category > .problems {
  max-height: 0px;
  transition: max-height 1s ease;
  overflow: hidden;
  padding-right: 30%;
}
.FAQ-2 .content > .category > .problems > .problem {
  margin-bottom: 2vw;
  margin-bottom: 1vw;
  padding-top: 5px;
}
.FAQ-2 .content > .category > .problems > .problem.active > .content {
  max-height: 1000px;
}
.FAQ-2 .content > .category > .problems > .problem > .title {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 2vw;
  margin-bottom: 1vw;
  cursor: pointer;
  line-height: 1;
}
.FAQ-2 .content > .category > .problems > .problem > .content {
  color: #ccc;
  box-sizing: border-box;
  padding-left: 1em;
  line-height: 1.6;
  max-height: 0;
  transition: 1s ease;
  overflow: hidden;
  font-size: 1.6rem;
}
.FAQ-2 .content > .category > .problems > .problem > .content a {
  color: #ccc;
  text-decoration: underline;
}
@media all and (min-width: 1919px) {
  .FAQ-2 {
    padding-bottom: 11rem;
  }
  .FAQ-2 .content {
    font-size: 4.7rem;
  }
  .FAQ-2 .content > .category > .title {
    margin-bottom: 6.6rem;
  }
  .FAQ-2 .content > .category > .problems > .problem > .title {
    color: #fff;
    font-size: 2.2rem;
    margin-bottom: 0.5vw;
    font-weight: normal;
    font-family: Helvetica, Arial, "Noto Sans SC", sans-serif;
    font-weight: bold;
  }
  .FAQ-2 .content > .category > .problems > .problem > .content {
    font-size: 2.2rem;
    line-height: 1.8;
  }
  .FAQ-2 .content > .category > .problems > .problem > .content * {
    font-size: inherit;
  }
}
@media all and (max-width: 1441px) {
  .FAQ-2 .content > .category > .title {
    font-size: 3.5rem;
  }
  .FAQ-2 .content > .category > .problems > .problem > .content {
    font-size: 1.4rem;
  }
  .FAQ-2 .content > .category > .problems > .problem > .content * {
    font-size: inherit;
  }
}
@media all and (max-width: 768px) {
  .FAQ-2 .content > .title {
    font-size: 3.5rem;
    margin-bottom: 4.5vw;
  }
  .FAQ-2 .content > .category > .title {
    font-size: 2.2rem;
    margin-bottom: 4.4vw;
  }
  .FAQ-2 .content > .category > .problems {
    padding-right: 0;
  }
  .FAQ-2 .content > .category > .problems > .problem > .title {
    font-size: 1.6rem;
    margin-bottom: 2vw;
  }
  .FAQ-2 .content > .category > .problems > .problem > .content {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .FAQ-2 .content > .category > .problems > .problem > .content * {
    font-size: inherit;
  }
}
.FAQ-2 .title.wow {
  opacity: 0;
  transform: translate(-5%);
}
.FAQ-2 .title.wow.animated {
  opacity: 1;
  transform: translate(0);
}
