

section {
	height: auto;
	min-height: 5vh;
}

.es-question {
	font-weight: bold;
	margin-top: 10px;
}
.es-answer {
	
}

.testimonial-text {
	font-size: 1.5em;
}
.testimonial-person {
	font-size: 1.5em;
		font-weight: bold;
}
.testimonial-title {
	font-size: 1.5em;
}

@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 481px) {
	section#section-one {
		height: 40vh;
	}
	.ensured-compliance-image {
		width: 50%;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	#es-support-phone {
		width: 30%;
	}
}