.content{
	background:#FFF;
	color:#000;
}
h1{
	font-size:24px;
	color:#000;
	margin-top:30px;
}
 .faq-container {
            width: 850px;
            max-width: 100%;
			
            margin: 0 auto;
        }
        .faq-item {
            border-bottom: 1px solid rgba(208, 213, 221, 1);
            padding: 10px 0;
        }
        .faq-item:last-child{
			border-bottom:unset;
			margin-bottom:40px;
		}
		.faq-title:after{
			content: '';
			width:13px;
			display:block;
			height:12px;
			min-width:13px;
			background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3L6.5 9L12 3' stroke='%23231F20' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
		    background-repeat: no-repeat;
			background-position: center;
			background-size: contain;
		}
        .faq-title.active:after{
			background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 7L6.5 1L1 7' stroke='%23231F20' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
		}
        .faq-title {
			display: flex;
			color: rgba(29, 91, 192, 1);
			font-family: Inter Tight;
			font-size: 16px;
			font-weight: 500;
			line-height: 24px;
			text-align: left;
			gap: 10px;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: space-between;
			align-items: flex-start;
			margin-bottom:10px;
			padding:0 10px;
        }
        .faq-answer {
            display: none;
			font-family: Inter Tight;
			font-size: 14px;
			font-weight: 500;
			line-height: 20.3px;
			padding:0 10px;
			text-align: left;
        }