.tf-f6fc71e2-wrapper {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	font-family: sans-serif;
	border-top: 1px solid #ddd; /* Top separator */
	padding-top: 20px; /* 20px spacing */
	margin-top: 20px;
}
.tf-f6fc71e2-col {
	flex: 1;
	min-width: 300px;
}
.tf-f6fc71e2-col:first-child {
	border-right: 1px solid #ddd; /* Vertical separator */
	padding-right: 40px;
}
@media (max-width: 768px) {
	.tf-f6fc71e2-col:first-child {
		border-right: none;
		border-bottom: 1px solid #ddd;
		padding-right: 0;
		padding-bottom: 40px;
	}
}
.tf-f6fc71e2-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #111;
}
.tf-f6fc71e2-test-grid {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}
.tf-f6fc71e2-test-card {
	flex: 1;
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 20px;
	background: #fff;
}
.tf-f6fc71e2-stars {
	color: #006699;
	margin-bottom: 15px;
	font-size: 18px;
}
.tf-f6fc71e2-test-content {
	font-style: italic;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 15px;
	color: #333;
}
.tf-f6fc71e2-test-author {
	font-weight: bold;
	font-size: 13px;
	color: #111;
}
.tf-f6fc71e2-btn-wrap {
	text-align: center;
}
.tf-f6fc71e2-btn {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #006699;
	color: #006699;
	border-radius: 4px;
	text-decoration: none;
	font-weight: bold;
	transition: 0.3s;
}
.tf-f6fc71e2-btn:hover {
	background: #006699;
	color: #fff;
}
.tf-f6fc71e2-faq-item {
	border: 1px solid #eee;
	margin-bottom: -1px;
	background: #fff;
}
.tf-f6fc71e2-faq-item:first-child {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.tf-f6fc71e2-faq-item:last-child {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.tf-f6fc71e2-faq-question {
	padding: 15px 20px;
	cursor: pointer;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #111;
}
.tf-f6fc71e2-faq-answer {
	padding: 0 20px 20px;
	color: #555;
	font-size: 14px;
	line-height: 1.6;
}
