@media screen and (min-width:768px){.faq-container{padding:2rem 3rem}}@media screen and (max-width:767px){.faq-container{padding:2rem}}.faq-container .faq-item{border-bottom:1px solid #ccc;margin-bottom:2rem}.faq-container .faq-item .faq-question{width:100%;background:none;border:none;padding:15px;text-align:left;font-size:1rem;font-style:italic;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-container .faq-item .faq-question:hover{background:#fff;color:#000}.faq-container .faq-item .faq-answer-wrapper{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-container .faq-item.open .faq-answer-wrapper{max-height:500px;transition:max-height .5s ease}.faq-container .faq-item .faq-answer{padding:10px 15px;color:#fff}