.faqs header{display:flex;gap:30px;align-items:center;justify-content:space-between;margin-bottom:30px}.faqs header h2,.faqs header p{margin:0;font-weight:700}.faqs header p{flex-shrink:0}.faqs__list>li:nth-last-of-type(1){border-bottom:2px solid rgba(0,0,0,.05)}.faqs__question{all:unset;display:flex;gap:30px;align-items:center;justify-content:space-between;width:100%;margin:15px 0;cursor:pointer}.faqs__question:hover,.faqs__question:focus,.faqs__question:active{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.faqs__question:focus-visible span{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.3rem}.faqs__question h3{margin:0;font-size:1.7rem}@media screen and (min-width: 750px){.faqs__question h3{font-size:1.8rem}}.faqs__question span{flex-shrink:0;width:20px;height:20px;border-radius:50%;transition:transform ease-out .3s}.faqs__question_open span{transform:rotate(-45deg)}.faqs__answer{position:relative;max-height:0;overflow:hidden;transition:max-height ease-out .3s}.faqs__answer div{overflow:hidden}.faqs__answer div *:nth-of-type(1){margin-top:0}
