.faq{background-color:#fff;border-radius:10px;box-shadow:0 3px 6px #00000029;padding:50px 100px;text-align:center}.faq__content{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-bottom:2rem}.faq__content--column{text-align:left;width:48%}.faq__content--item h5{align-items:baseline;cursor:pointer;display:flex;margin-bottom:8px}.faq__content--item h5:before{border-radius:50%;content:"\f055";font-family:Font Awesome\ 5 Free;font-size:18px;font-weight:700;line-height:1;padding-right:10px}.faq__content--item.active h5:before{content:"\f056"}.faq__content--item div{margin-bottom:12px;margin-left:28px;max-height:0;overflow:hidden;transition:max-height .5s ease-in-out}.faq__content--item.active div{max-height:500px;transition:max-height .5s ease-in-out}@media (max-width:767px){.faq{padding:50px 24px}.faq__content{flex-direction:column}.faq__content--column{width:100%}}