.faq_module{display:flex;justify-content:space-between}.faq_module .content{display:flex;flex:1 1 50%;flex-direction:column;max-width:440px}.faq_module .more_questions{margin-top:auto}.faq_module .button_row{display:flex;flex-wrap:wrap;gap:10px}.faq_module .more_questions.mobile{display:none}.faq_module .faq_items_2{display:flex;flex:1 1 50%;flex-direction:column;gap:10px;max-width:50%}.faq_module .faq_items_2 .item{border:1px solid #d4d4d4;border-radius:4px;padding:28px}.faq_module .faq_items_2 .title{align-items:center;color:#545454;cursor:pointer;display:flex;font-size:20px;font-style:normal;font-weight:300;justify-content:space-between;letter-spacing:-.8px;line-height:128%;margin:0}.faq_module .faq_items_2 .title svg{transition:transform .3s ease}.faq_module .faq_items_2 .item .description{display:none;padding-top:20px}.faq_module .faq_items_2 .item .description *{color:#767676;font-size:18px;font-style:normal;font-weight:300;letter-spacing:-.54px;line-height:150%}.faq_module .faq_items_2 .item .description p:last-of-type{margin:0}.faq_module .faq_items_2 .item.open .description{display:block}.faq_module .faq_items_2 .item.open .title svg{transform:rotate(180deg)}.reach_out{align-items:center;color:#545454;display:flex;font-size:14px;font-style:normal;font-weight:400;gap:8px;line-height:150%;transition:all .3s linear;width:fit-content}.reach_out:hover{gap:12px}.reach_out svg{height:20px;width:20px}@media (max-width:868px){.faq_module .more_questions.mobile{display:block}.faq_module .more_questions.desktop{display:none}.faq_module{flex-direction:column;gap:30px}.faq_module .content,.faq_module .faq_items_2{flex:1 1 100%;max-width:100%}.faq_module .faq_items_2 .item{padding:20px}}