.faq-item{border:1px solid #cbcbcb;border-radius:10px;padding:20px 30px;display:flex;flex-direction:column;height:-moz-fit-content;height:fit-content}.faq-item:not(:last-child){margin-bottom:20px}.faq-item:hover{border-color:gray}@media screen and (max-width:480px){.faq-item{padding:16px}.faq-item:not(:last-child){margin-bottom:8px}}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;font-size:20px}@media screen and (max-width:1200px){.faq-question{font-size:16px}}.faq-answer{padding-right:30px;line-height:24px;font-size:18px}@media screen and (max-width:1200px){.faq-answer{font-size:16px}}.faq-answer p{margin:5px 0}