.faq {
  background: #111;
  padding: 40px 24px;
}

.faq__inner {
  max-width: 800px;
  margin: 0 auto;
}

.faq__title {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  text-align: center;
  margin-bottom: 48px;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq__item {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
}

.faq__card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 12px;
}

.faq__question-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.faq__question-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.faq__card-content {
  flex: 1;
}

.faq__question-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-bottom: 4px;
}

.faq__answer-text {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1.3;
}
