section.faq .faq-types{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:5rem;margin-top:4rem}section.faq .faq-types .faq-type>.title{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;color:#fe5000;font-size:2.1rem}section.faq .faq-types .faq-type>.title img{margin-right:1.4rem}section.faq .faq-types .faq-type .faq-answers-items{margin-top:2rem}section.faq .faq-types .faq-type .faq-answers-items .faq-answers-item .title{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:1rem 0;line-height:1;border-top:.1rem solid #f2f2f2}section.faq .faq-types .faq-type .faq-answers-items .faq-answers-item .title:after{content:'\f078';display:block;margin-left:1rem;font-family:'Font Awesome 6 Pro';transition:transform .2s}section.faq .faq-types .faq-type .faq-answers-items .faq-answers-item .body{padding:1rem 0;font-size:1.4rem}section.faq .faq-types .faq-type .faq-answers-items .faq-answers-item.faze-active .title:after{transform:rotateZ(180deg) translateY(-.4rem)}section.faq .faq-types .faq-type .faq-answers-items .faq-answers-item:first-child .title{border-top:none}section.faq .faq-types .faq-type:nth-child(2){grid-row:span 2}