.faq-question {
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 22px;
}

.faq-answer {
  font-size: 16px;
  line-height: 20px;
}

.faq-question:after {
  content: url(../../../img/icons/arrow_down_red.svg);
  top: -2px;
  right: 0px;
  position: absolute;
}

.faq-question[aria-expanded="true"]::after {
  content: url(../../../img/icons/arrow_up_red.svg);
}

.faq-card {
  box-shadow: 0px 2px 16px rgba(163, 169, 172, 0.3);
  border-radius: 8px;
}

.faq p.title {
  font-size: 32px;
  line-height: 38px;
  color: #333d47;
  text-decoration-line: underline;
  font-weight: 600;
}

.faq p {
  font-size: 18px;
  line-height: 22px;
}
