.faq_module{display:flex;flex-direction:column;gap:29px}.faq_module .faq_item{border:1px solid rgba(61,61,60,.1);border-radius:3px}.faq_module .faq_item .faq_title{align-items:center;background:rgba(61,61,60,.03);cursor:pointer;display:flex;justify-content:space-between;padding:12px 20px}.faq_module .faq_item .faq_title h4{color:#3d3d3c;font-size:20px;font-style:normal;font-weight:600;line-height:24px;margin:0}.faq_module .faq_item .faq_title img{height:10px;transform:rotate(180deg);transition:transform .3s ease;width:auto}.faq_module .faq_item .faq_title img.rotate{transform:rotate(0deg)}.faq_module .faq_item .faq_description{display:none;padding:20px}.faq_module .faq_item .faq_description *{margin:0}@media (max-width:868px){.faq_module .faq_item .faq_title h4{font-size:16px;line-height:20px}}