.faq-heading{margin:20px 0;font-size:48px;font-weight:700}.faq-container{flex-direction:column;gap:15px;display:flex}.faq-item{border:1px solid #ccc;flex-direction:column;padding:15px;transition:all .5s;display:flex}.faq-item-header{cursor:pointer;justify-content:space-between;align-items:center;display:flex}.faq-question{flex:1;margin:0;font-weight:700}.faq-toggle{text-align:center;min-width:30px;margin-left:15px;font-size:24px;font-weight:700;transition:transform .5s}.faq-toggle.open{transform:rotate(180deg)}.faq-answer{max-height:0;transition:max-height .5s;overflow:hidden}.faq-answer.open{max-height:500px}.faq-answer p{margin:0;line-height:1.6}.faq-line-thin{background-color:#ccc;width:100%;height:1px;margin-top:15px;margin-bottom:10px}.main-block{padding:0 20px}
