.faq-container{width:100%;height:auto;padding:60px;display:flex;flex-direction:column;justify-content:center;flex-wrap:warp;align-items:center}.faq_content{cursor:pointer;width:auto;border:none;text-align:left;font-size:16px;border-bottom:1px solid #868686;overflow:hidden;height:50px;width:750px;background-color:#fff0}.faq_content:after{content:"▼";float:right;transition:transform 0.3s ease-in-out}.active:after{transform:rotate(180deg)}.faq_item{display:flex;flex-wrap:wrap;max-height:0;overflow:hidden;transition:all 0.3s ease-out;font-weight:700;width:750px}@media screen and (max-width:750px){.faq-container{font-size:12px;align-items:left}.faq_content{width:125%;font-size:12px;align-items:left;justify-content:left;height:50px}.faq_item{width:125%;font-size:12px;max-height:0}}