#free_audit_process {
}
#free_audit_process_container {
}
#free_audit_process_content {
}
#free_audit_process_content_test {
	position: relative;
	width: 310px;
	display: flex;
	flex-direction: column;
	z-index: 100;
	/*border: solid 1px red;*/
}
#free_audit_process_content_title h2 {
	margin: 20px 0;
	text-align: center;
}
.free_audit_process_content_class {
	margin: 20px 0 20px 5px;
	display: flex;
	flex-direction: row;
	/*border: solid 1px black;*/
}
.free_audit_process_text {
	display: flex;
	flex-direction: column;
	margin-left: 3px;
}
.free_audit_process_text h3 {
	font-size: 1.2em;
	font-weight: 400;
}
.free_audit_process_text p {
	margin-bottom: 0;
	font-size: 0.8em;
}
.free_audit_process_elements {
	height: 220px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/*border: solid 1px red;*/
}
#vertical_line {
	position: absolute;
	left: 20px;
	top: 100px;
	width: 3px;
	height: 1320px;
	z-index: -1;
	background-color: var(--primary-background);
}
.horizontal_line {
	width: 3em;
	height: 3px;
	z-index: -1;
	background-color: var(--primary-background);
	/*border: solid 1px black;*/

}
.free_audit_process_number span {
	width: 42px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
	color: var(--black);
	background-color: var(--primary-background);
	border-radius: 5px;
	z-index: 9000;
	border: solid 1px var(--primary-background);
}
.free_audit_process_text {
	padding-left: 20px;
	/*margin-left: 20px;*/
	border-left: solid 3px var(--primary-background);
}

@media only screen and (min-width: 600px) {
	#free_audit_process_content_test {
		width: 480px;
	}
	.free_audit_process_content_class {
		margin: 20px 0 20px 0;
	}
	#free_audit_process_content_title h2 {
		margin: 0 0 50px 0;
	}
	.free_audit_process_elements {
		height: 160px;
	}
	#vertical_line {
		top: 115px;
		left: 20px;
		height: 995px;
	}
}
@media only screen and (min-width: 900px) {
}
@media only screen and (min-width: 1200px) {
}
@media only screen and (min-width: 1400px) {
}
@media only screen and (min-width: 1600px) {
}
