.faq .title{
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    color: #002E6C;
    margin-bottom: 50px;
  }
  .faq .faq_content{
    border-bottom: 1px solid #D8E0E0;
    padding: 16px 0;
  }
  .faq .faq_contents .que_title{
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;    
    color: #333333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* //margin-bottom: 10px; */
    /* //margin-top: 26px; */
    cursor: pointer;
  }
  .faq .faq_content .que_title .fold_icon{
    background-image: url("/uiFramework/commonResource/image/2025042121502061204.png");
    width:32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat; 
    flex-shrink: 0;
  }
  .faq .faq_content .que_title .fold_icon.expanded{
    transform: rotate(180deg); 
  }
  .faq .faq_content .que_answer{
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #333333;
    display: none;
    margin-bottom: 26px;
  } 
  .faq .faq_content .que_answer ul li{
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #333333;
    list-style: disc !important;
  }
  .faq .faq_content .que_answer a{
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    
    color: #0078FF;
  }
  .faq .faq_content .que_answer strong{
    font-family: Rubik Bolder;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #333333;
  }
  .faq .faq_content .que_answer.show{
    display: block;
  }
  .faq .show_more{
    font-family: Rubik Bolder;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #00B9F2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px 0;
    display: none;
  }
  .faq .show_more .more_fold_icon{
    background-image: url("/uiFramework/commonResource/image/2025041614250475722.png");
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat; 
    margin-left: 10px;
  }
  @media (max-width: 953px) {
    .tabs{
        margin: 16px auto !important;
    }
    .faq .faq_contents .que_title {
        font-size: 14px;
        line-height: 20px;
    }
    .faq .faq_content .que_answer,.faq .faq_content .que_answer a,.faq .faq_content .que_answer strong{
        font-size: 12px;
        line-height: 18px;
    }
    .faq .faq_contents .que_title{
        margin-top: 16px;
    }
  }