.faq-module .dropdown{border-bottom:1px solid #000;margin:16px 0}.faq-module .dropdown__header{display:flex;flex-direction:row;justify-content:space-between;padding:10px 0}.faq-module .dropdown__header span{font-size:18px;font-weight:700}.faq-module .dropdown__header ion-icon{color:#f65c4e}.faq-module .dropdown__content{font-size:16px;max-height:0;overflow:hidden;padding:0 16px;transition:max-height .5s ease-out}.faq-module .dropdown__content--active{height:100%;max-height:1500px;overflow:hidden;transition:max-height .5s ease-in}