.faq-accordion{margin:0 auto;max-width:1040px;padding:96px 0}.faq-question{color:#222;cursor:pointer;display:flex;font-size:21px;justify-content:space-between;padding:10px 0}.faq-answer{color:#222;display:none;font-size:18px;max-width:1024px}.faq-question.open+.faq-answer{display:block}.faq-arrow{display:inline-block;transition:transform .3s}.faq-question strong{color:var(--Colours-Black,#222);font-size:var(--Typography-Caption-2,21px);font-style:normal;font-weight:600;line-height:normal}.faq-question-text p{font-weight:400;margin:0}.faq-question.open .faq-arrow{transform:rotate(180deg)}@media only screen and (max-width:1025px){.faq-accordion{margin:0 auto;max-width:1040px;padding:64px 20px}}