.faq-set-block {
  gap: 20px;
  min-height: 96px;
}

.faq-set-question {
  display: flex;
  width: 100%;
  min-height: 40px;
}

.faq-set-answer {
  display: flex;
  min-height: 40px;
}

.faq-set-question-text {
  min-height: 40px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  margin-bottom: 16px;
  font-size: 16px;
  background-color: #ffffff;
  min-width: 0;
  width: 100%;
  text-align: left;
  flex: 1;
  order: 1;
  flex-grow: 1;
  z-index: 1;
  font-weight: 700;
}

.faq-set-answer-text {
  min-height: 40px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  font-size: 16px;
  background-color: #ffffff;
  min-width: 0;
  width: 100%;
  text-align: left;
  flex: 1;
  order: 1;
  flex-grow: 1;
  z-index: 1;
  font-weight: 400;
}

.faq-question-icon-svg {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.faq-question-icon-circle {
  width: 40px;
  height: 40px;
  fill: #49cc69;
}

.faq-question-icon-path {
  width: 40px;
  height: 40px;
  fill: #ffffff;
}

.faq-answer-icon-svg {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.faq-answer-icon-circle {
  width: 40px;
  height: 40px;
  fill: #ff9b53;
}

.faq-answer-icon-path {
  width: 40px;
  height: 40px;
  fill: #ffffff;
}
