.faq {
  margin-top: 100px;
  padding-bottom: 50px;
}

.faq__question {
  padding: 15px 0;
  border-top: 1px solid #BFBFBF;
}

.faq__question:last-child {
  border-bottom: 1px solid #BFBFBF;
}

.question__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.question__indicator {
  margin-right: 5px;
}

.question.active .question__indicator {
  transform: rotate(90deg);
}

.question__title {
  margin-bottom: 0;
  font-size: 20px;
}

.question__content {
  margin-top: 15px;
  display: none;
}

.question.active .question__content {
  display: block;
}

.question__text {
  font-size: 15px;
}

.question__link {
  font-size: 15px;
  font-weight: 700;
}
