.faq__content{display:flex;flex-direction:column;gap:60px;justify-content:center;padding:90px 0;h2{font-size:var(--font-4xl);font-weight:700;text-align:center}.faq__items{display:flex;flex-direction:column;gap:8px;margin:0 auto;max-width:880px}.faq__item{overflow:hidden;padding-bottom:6px;&:not(:last-child){border-bottom:1px solid #18230f4d}}.faq__question{align-items:center;border-radius:8px;cursor:pointer;display:flex;font-weight:700;justify-content:space-between;padding:12px;&:hover{background-color:#18230f1a}.chevron{margin-right:6px;transition:transform .2s ease-out}}.faq__answer{color:transparent;margin:0;max-height:0;padding:0 12px;transition:max-height .2s ease-out,margin .2s ease-out}.faq__item.active{.faq__answer{color:inherit;margin:12px 0}.chevron{transform:rotate(90deg)}}}@media screen and (max-width:768px){.faq__content{gap:40px;padding:60px 20px;h2{font-size:var(--font-2xl)}}}