@media screen and (min-width: 961px) { 
    ::-webkit-scrollbar-thumb { border-radius: 5px; background-color: #fff; } 
    ::-webkit-scrollbar-track { background-color: #000000; } 
    ::-webkit-scrollbar { width: 7px; height: 7px; } 
    ::-webkit-scrollbar-thumb:hover { background-color: ; }
    ::selection { background: #F53726; color: #ffffff;} 
}

.uc-us-faq .t849__accordion
{
	background-color: #2A2A37;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
}
.uc-us-faq .t849__text
{
	margin-bottom: 0px !important;
}

.uc-us-faq .t-container
{
	flex-direction: column;
    display: flex;
    gap: 5px;
}