.faq-heading{font-size:60px!important}.faq-item{background-color:#fff;border-radius:12px;display:flex;flex-direction:column;height:100%;justify-content:center;overflow:hidden;text-align:left}.faq-item p{font-size:18px}.faq-question{align-items:center;cursor:pointer;display:flex;justify-content:space-between}.faq-icon-wrapper{flex-shrink:0;height:16px;margin-left:1rem;position:relative;width:16px}.faq-icon:after,.faq-icon:before{background-color:#e60023;content:"";left:50%;position:absolute;top:50%;transform-origin:center;transition:transform .2s ease}.faq-icon:before{height:2px;width:100%}.faq-icon:after,.faq-icon:before{transform:translate(-50%,-50%) rotate(0deg)}.faq-icon:after{height:100%;width:2px}.faq-item.open .faq-icon:before{transform:translate(-50%,-50%) rotate(0deg)}.faq-item.open .faq-icon:after{transform:translate(-50%,-50%) rotate(-90deg)}.faq-answer{display:none;max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease,opacity .2s ease}.faq-answer.show{display:block;max-height:300px;opacity:1}