@charset "UTF-8";

.faq {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	margin-bottom: 100px;
}

.faq-container {
	width: 100%;
}

.faq-background {
	width: 100%;
	max-width: 1200px;
}

.faq-table {
	position: absolute;
	top: 0%;
	width: 100%;
	height: 100%;
}

.col-faq {
	width: 100%;
}

.col-inner-faq {
	width: 44%;
}
.col-inner-spacer {
	width: 3%;
}

.faq-question {
	width: 100%;
	color: white;
	font-size: 2.5vw;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: bold;
	-webkit-text-stroke: 1px #b0b0b0; 
	padding: 10px;
}

.faq-answer {
	width: 100%;
	color: white;
	font-size: 2.5vw;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: bold;
	-webkit-text-stroke: 1px #b0b0b0; 
	padding: 10px;
}

@media (max-width: 1200px) {
	.faq-answer,
	.faq-question {
		font-size: 3vw;
		-webkit-text-stroke: 0.5px #b0b0b0; 
	}
}