.faq-title h2,.faq-item-question-text{text-transform:uppercase}.faq-item-question-text{font-size:18px}.faq-item-answer-text{color:#8e8e8e}.faq-body{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between}.faq-title,.faq-list{flex:0 0 50%;display:flex;flex-direction:column;gap:12px}.faq-item-question{display:flex;flex-direction:row;justify-content:space-between;align-items:center;cursor:pointer;gap:10px}.faq-item{background:#f8f8f8;padding:13px 16px;border-radius:8px}.faq-item-answer-body{padding-top:13px}.faq-item-answer-wrapper{overflow:hidden;max-height:0;transition:all 0.5s ease 0s}.faq-item-question-arrow img{transition:all 0.5s ease 0s;transform:rotate(180deg)}._active .faq-item-question-arrow img{transform:rotate(0deg)}.faq-item-answer-img{margin-top:12px}.faq-item-answer-img img{border-radius:11px;width:100%}section.faq-block{margin-bottom:40px}section.faq-block:nth-child(6){margin-bottom:90px}@media (max-width:1160px){.faq-title{flex:0 0 30%}.faq-list{flex:0 0 65%}}@media (max-width:900px){.faq-title h2{font-size:18px}.faq-item-question-text{font-size:16px}}@media (max-width:670px){.faq-body{flex-direction:column;gap:20px}}