h3 {
	text-align: center;
}
.contactform {
	width: 60%;
	border: 2px solid purple;
	float: left;
	display: block;
	overflow: hidden;
}
.guidelines {
	border: 2px solid purple;
	overflow: hidden;
}
.contactform h2 {
	text-align: center;
}
.guidelines h2 {
	text-align: center;
}
.actualcontent p {
	padding-left: 6px;
}
.actualcontent label {
	padding-left: 6px;
}
.guidelines h4 {
		text-align: center;
}
@media screen and (max-width: 680px) {
	.flexbox-ct {
		float: none;
		display: flex;
		flex-direction: column;
	}
	.contactform {
		order: 1;
		width: 100%;
	}
	.guidelines {
		order: 2;
		width: 100%;
	}
}