.faq-module{padding:50px 0;position:relative}.faq-module .faq-answer{height:0;overflow:hidden;transition:height .3s ease-in}.faq-module .faq-answer.active{margin-bottom:30px}.faq-module .faq-question{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:20px}.faq-module .faq-question:hover{cursor:pointer}.faq-module .faq-item{border-bottom:1px solid var(--color-faq-border,#ecf0f3);margin-bottom:30px}.faq-module .faq-item:last-child{border:none;margin-bottom:0}.faq-module h2{margin-bottom:30px}.faq-module p{color:#545976;margin:0}.faq-module .green-shape{position:absolute;right:0;top:150px}@media screen and (max-width:768px){.faq-module{padding:25px 0}}@media screen and (max-width:992px){.green-shape{display:none}}