.faq{display:grid;grid-template-columns:1fr 1fr;margin-top:12rem;grid-gap:2rem}@media only screen and (max-width:767px){.faq{grid-template-columns:1fr;margin-top:5rem}}.faq__column--block{display:grid;grid-gap:2rem}@media only screen and (max-width:767px){.faq__column--block{grid-gap:1rem}}.faq-item{background-color:#f2f2f2;border-radius:1.2rem;padding:1.5rem 2.5rem}.faq-item.active .faq-item__title-icon{transform:rotate(180deg)}.faq-item.active .faq-item__text{margin-top:1.5rem;max-height:200rem}.faq-item__title{align-items:center;cursor:pointer;display:flex;font-size:1.8rem;font-weight:700;justify-content:space-between;text-transform:uppercase}@media only screen and (max-width:767px){.faq-item__title{font-size:1.6rem}}.faq-item__title-icon{pointer-events:none;transition:transform .2s linear}.faq-item__text{font-size:1.6rem;font-weight:500;line-height:1.5;max-height:0;overflow:hidden;transition:max-height .2s linear}.faq-item__text ul{padding:0 1.5rem}@media only screen and (max-width:767px){.faq-item__text{font-size:1.4rem}}