 @media screen and (max-width:720px){
   #web_faq{
           margin: 1rem;
   }
   .faq_h{
/*    	width: 249px; */
	height: 18.5px;
	font-size: 20px;
	font-family: Arial, Arial-Regular;
	font-weight: 400;
	text-align: left;
	color: #a148ef;
	margin-bottom: 50px;
   }
   .first_t{
      width: 100%;
    /* height: 7px; */
    /* font-size: 9px; */
    font-family: Arial, Arial-Black;
    font-weight: 900;
    text-align: left;
    color: #444444;
   }
   .faq_div{
/*       width: 748px; */
    /* height: 89px; */
    font-size: 11px;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
   }
   #faq_m_seconde{
      margin:50px 0px;
   }
     #faq_m_third{
      margin-bottom:50px;
   }
   .is-active{
    color: #a148ef;
   }
   .el-collapse-item__header{
       height: 4rem;
        line-height: normal;
   }
 }
 @media screen and (min-width:721px){
 #web_faq{
          margin: 100px 105px 0px 105px;
   }
   .faq_h{
/*    	width: 249px; */
	height: 18.5px;
	font-size: 20px;
	font-family: Arial, Arial-Regular;
	font-weight: 400;
	text-align: left;
	color: #a148ef;
	margin-bottom: 50px;
   }
   .first_t{
      width: 100%;
    /* height: 7px; */
    /* font-size: 9px; */
    font-family: Arial, Arial-Black;
    font-weight: 900;
    text-align: left;
    color: #444444;
   }
   .faq_div{
/*       width: 748px; */
    /* height: 89px; */
    font-size: 11px;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
   }
   #faq_m_seconde{
      margin:50px 0px;
   }
     #faq_m_third{
      margin-bottom:50px;
   }
   .is-active{
    color: #a148ef;
   }
}