.faqs-2__faq{border:1px solid var(--medium-gray);display:grid;gap:var(--gap);grid-template-columns:1fr auto;margin-bottom:1.6rem;padding:2.4rem}.faqs-2__question{cursor:pointer;font-size:1.8rem;margin-top:.4rem}.faqs-2__answer{display:none;margin-top:1rem}.faqs-2__answer p:last-child{margin-bottom:0}.faqs-2__button{display:grid;height:4rem;min-height:4rem;padding:0;place-content:center;width:4rem}.faqs-2__button>svg{rotate:180deg;transition:rotate .2s ease}.faqs-2__faq.is-active .faqs-2__answer{display:block}.faqs-2__faq.is-active .faqs-2__button>svg{rotate:0deg}@media(min-width:768px){.faqs-2__faq{gap:var(--gap-md);padding:4rem}}