.faq_latest{margin-top:70px;}
.faq_latest ul{margin-top:50px;}
.faq_latest ul li{cursor:pointer;border-bottom:1px solid rgba(255,255,255,0.3);padding:35px;display:flex;align-items: center;justify-content: space-between}
.faq_latest ul li:last-child{border:0}
.faq_latest ul li .faq_ctt{display:Flex;flex-wrap:wrap;width:80%}
.faq_latest ul li img{width:15px;transition:all .5s;}
.faq_link.active .faq_more {
  transform: rotate(180deg);
}
.faq_category{font-size: 14px;font-weight: 600;position: relative;top: -2px;margin-right: 10px;color: #a8ffe2;border: 1px solid #a8ffe2;border-radius: 50px;padding: 7px 12px;display: inline-block;}
.faq_subject{font-size:20px;color:#fff;font-weight:bold;}
.faq_content{display:none;width:100%;font-size:15px;padding-top:12px;color:#fff;line-height:1.8em;}
.faq_active img{transform:rotate(-45deg);}

.empty{font-size:20px;font-weight:400;color:#999;}

.faq_tabs{display:flex;}
.faq_tabs button{width:16.6%;padding-bottom:20px;font-size:18px;text-align:center;font-weight:600;border:0;background:none;border-bottom:2px solid #e4e4e4;color:#fff}
.faq_tabs button:hover{color:#8dffd9;font-weight:bold}
.tab_btn.active{border-bottom:2px solid #8dffd9;color:#8dffd9;font-weight:bold;}

.faq_link{display:flex;justify-content: space-between; width: 100%;}

@media screen and (max-width:799px){
.faq_latest{margin-top:35px;}
.faq_tabs {overflow-x: auto;white-space: nowrap;scroll-behavior: smooth;-ms-overflow-style: none; /* IE/Edge */scrollbar-width: none; }
.faq_tabs::-webkit-scrollbar {display: none; /* Chrome */}
.faq_tabs button{padding:15px;width:auto ;font-size:15px ;}
.faq_latest ul{margin-top:0;}
.faq_latest ul li{padding:30px 20px}
.faq_category{font-size:13px;display:block;width:fit-content}
.faq_subject{display:block;width:100%;font-size:15px;margin-top:10px;line-height:1.5}
    .faq_link{flex-wrap:wrap;}
    .faq_latest ul li .faq_ctt{width:100%;flex-wrap:wrap;}
    .faq_latest ul li img{display:none;}
    
}