.component_faq{text-align:center}.faq_box{text-align:left}.faq_line{display:flex;flex-direction:column}@media screen and (min-width :993px){.faq_line{flex-direction:row;justify-content:space-between}}.faq_item{display:inline-block;width:100%;margin-bottom:20px}@media screen and (min-width :993px){.faq_item{width:40%}}.faq_question{display:inline-flex;font-weight:700;font-size:20px;border-bottom:1px solid var(--second_color);justify-content:space-between;width:100%;padding:20px}.faq_question svg{color:var(--second_color)}.faq_answer{display:none;padding:20px 20px 0;word-break:break-word}.pg_faq_btt{margin:30px auto}.btt_faq{background:var(--second_color)}.btt_faq:hover{text-decoration:underline;background:var(--second_color)}