.we-stars-faq {
  width: 100%;
}
.we-stars-faq__heading {
  margin: 0 0 24px;
  padding: 0 0 8px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #a3123e;
}
.we-stars-faq__title {
  margin: 0;
  color: #a3123e;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.we-stars-faq__items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.we-stars-faq__item {
  margin: 0;
}
.we-stars-faq__question {
  margin: 0 0 8px;
  color: #15284b;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
}
.we-stars-faq__answer {
  margin: 0;
  padding-left: 16px;
  border-left-style: solid;
  border-left-width: 4px;
  border-left-color: rgba(163,18,62,.2);
  color: #475569;
  font-size: 16px;
  line-height: 1.75;
}
.we-stars-faq__answer p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .we-stars-faq__title {
    font-size: 26px;
  }
  .we-stars-faq__question {
    font-size: 19px;
  }
  .we-stars-faq__items {
    gap: 20px;
  }
}
