.faq_list{display:flex;flex-flow:column;gap:20px}.faq_list__item{overflow:hidden;background-color:rgb(230,230,230);border-radius:40px}.faq_list__item b{margin:0}.faq_list__item svg{min-width:24px;min-height:24px}.faq_list__item_question{display:flex;justify-content:space-between;align-items:center;overflow:hidden;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;gap:20px;height:80px;padding-left:32px;padding-right:32px}.faq_list__item_answer{border-radius:0 0 5px 5px;box-sizing:content-box;padding-left:32px;padding-right:32px;height:0;transition:height .2s,padding .2s}