.cc-faq-with-content__container{display:grid;gap:1rem;grid-template-columns:2fr 3fr}.cc-faq-with-content__content p:last-of-type{margin-bottom:0}.cc-faq-with-content__faq-container{color:var(--cc-section-color);display:flex;flex-direction:column;gap:1rem}.cc-faq-with-content-item{background-color:var(--_faq-background-color);border-radius:.75rem;display:grid;gap:1.4rem;grid-template-rows:0fr 0fr;padding:1.4rem 1.6rem 1px;transition:grid-template-rows .25s ease-out}.cc-faq-with-content-item.expanded{grid-template-rows:0fr 1fr}.cc-faq-with-content-item__title{align-items:center;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:1rem;justify-content:space-between;line-height:1.8}.cc-faq-with-content-item__icon{flex:0 0 1.25rem;height:1.25rem;width:1.25rem}.cc-faq-with-content-item__icon--closed{display:block}.cc-faq-with-content-item.expanded .cc-faq-with-content-item__icon--closed,.cc-faq-with-content-item__icon--expanded{display:none}.cc-faq-with-content-item.expanded .cc-faq-with-content-item__icon--expanded{display:block}.cc-faq-with-content-item__content{overflow:hidden}@media screen and (max-width:900px){.cc-faq-with-content__container{gap:2rem;grid-template-columns:1fr}}