.mx3006-faq {
  padding: 76px 24px 68px;
  background: #070707;
  color: #f6f3e8;
  text-align: center;
}

.mx3006-faq * { box-sizing: border-box; }
.mx3006-faq__kicker { margin: 0 0 10px; color: #fbe464; font-size: 10px; font-weight: 900; }
.mx3006-faq h2 { margin: 0; font-size: 42px; font-weight: 900; line-height: 1; }
.mx3006-faq__list { width: min(900px, 100%); margin: 38px auto 0; text-align: left; }
.mx3006-faq details { margin-top: 10px; overflow: hidden; border: 1px solid #3b351c; border-radius: 8px; background: #11110f; }
.mx3006-faq summary { display: flex; min-height: 58px; padding: 0 20px; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; font-size: 14px; font-weight: 800; }
.mx3006-faq summary::-webkit-details-marker { display: none; }
.mx3006-faq summary span { color: #fbe464; font-size: 22px; }
.mx3006-faq details[open] summary span { transform: rotate(45deg); }
.mx3006-faq details div { padding: 0 20px 22px; color: #c7c1ad; font-size: 14px; line-height: 1.6; }

@media (max-width: 749px) {
  .mx3006-faq { padding: 56px 14px; }
  .mx3006-faq h2 { max-width: 330px; margin: 0 auto; font-size: 34px; }
  .mx3006-faq__list { margin-top: 28px; }
  .mx3006-faq summary { min-height: 52px; padding: 0 14px; font-size: 12px; }
  .mx3006-faq details div { padding: 0 14px 18px; font-size: 13px; }
}
