


/********************************************************************************************/
/* TSGFeatureDetails   */
/********************************************************************************************/

.H5APP_TSGFaqX
{ 
  position:relative;
  margin:0 auto;
}

@media (max-width:1024px)
{ 
  .H5APP_TSGFaqX
  { max-width:calc(100%);

  }
}

.H5APP_TSGFaqX .faq-wrapper>div
{ display:block;
  max-height:0px;
  overflow:hidden;
  margin-bottom:20px;
   
  transition: max-height 0.2s ;
}

.H5APP_TSGFaqX .faq-wrapper.selected>div
{ display:block;
  overflow:auto;
    max-height:1000px;
 transition: max-height 0.2s ;
   
 

}

.H5APP_TSGFaqX .faq-wrapper>h2
{ cursor:pointer;
}

