.ldm-faq__title{font-size:35px;font-weight:700;line-height:1.1;margin:0 0 45px;text-align:center}.ldm-faq__grid{margin:0 auto;max-width:1200px}.ldm-faq__col,.ldm-faq__grid--one,.ldm-faq__grid--two{display:flex;flex-direction:column;gap:10px}.ldm-faq__item{background-color:#fff;border:1px solid #ebebeb;border-radius:10px;cursor:pointer;padding:18px 20px}.ldm-faq__question{align-items:center;display:flex;gap:12px;justify-content:space-between}.ldm-faq__q-text{color:#000;flex:1;font-size:19px;line-height:1}.ldm-faq__item.active .ldm-faq__q-text{color:#d40511}.ldm-faq__arrow{display:block;flex-shrink:0;transition:transform .3s ease}.ldm-faq__item.active .ldm-faq__arrow{transform:rotate(180deg)}.ldm-faq__answer{max-height:0;overflow:hidden;transition:max-height .35s ease}.ldm-faq__item.active .ldm-faq__answer{max-height:800px}.ldm-faq__answer-inner{font-size:16px;line-height:1;padding-top:10px}.ldm-faq__answer-inner p{margin-bottom:0;margin-top:0}@media (min-width:768px){.ldm-faq__title{font-size:60px;margin-bottom:65px}.ldm-faq__grid--two{align-items:flex-start;flex-direction:row;gap:24px;justify-content:space-between}.ldm-faq__grid--two .ldm-faq__col{flex:1}}