.faq_1__container {
  padding-top: 60px;
  padding-bottom: 70px;
}
.faq_1__section_content {
  margin-top: -8px;
}
.faq_1__list {
  margin-top: 16px;
}
.faq_1__details {
  border-bottom: 2px solid var(--slate-200);
}
.faq_1__details:first-child {
  border-top: 2px solid var(--slate-200);
}
.faq_1__details svg {
  transition: transform 250ms;
}
.faq_1__details[open] svg {
  transform: rotate(-180deg);
  transition: transform 125ms;
}
.faq_1__summary {
  cursor: pointer;
  padding: 12px 0;
  position: relative;
}
.faq_1__summary span {
  display: block;
  width: calc(100% - 40px);
  font-weight: 600;
}
.faq_1__summary::marker {
  content: '';
}
.faq_1__content {
  padding-bottom: 24px;
}
.faq_1__icon {
  position: absolute;
  top: 14px;
  right: 0;
}