/* -- RESULTS SECTION STYLES -- */
#resultsSection h1 {
	font-size: 55px;
	text-align: center;
	margin-bottom: 25px;
	color: #fff;
}
#resultsSection #resultsContainer {
	position: relative;
	display: block;
	width: 100%;
	border-radius: 50px;
	padding: 25px 50px;
	background-color: #fff;
	border: 4px solid #222;
}
#resultsSection #resultsContainer p {
	text-align: center;
	font-size: 20px;
}
#resultsSection #resultsContainer h2 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #222;
}
#resultsSection #resultsContainer .resultWrapper p {
	font-weight: 600;
	color: #222;
}

/* -- TAKE CONTROL SECTION STYLES -- */
#takeControlSection img {
	width: 15%;
	margin-left: auto;
	margin-bottom: 5px;
}
#takeControlSection h2 {
	font-size: 35px;
	color: #fff;
	margin-bottom: 15px;
	color: #222;
}
#takeControlSection p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px;
	color: #222;
}
#takeControlSection .acuity-embed-button {
	background-color: #94b03c !important;
}

/* -- GUIDE SECTION STYLES -- */
#guideSection #deliveryVan {
	width: 35%;
	margin-left: auto;
	margin-bottom: 40px;
}
#guideSection h2 {
	font-size: 29px;
	font-weight: bold;
	margin-bottom: 25px;
}
#guideSection p {
	font-size: 20px;
}
#guideSection #guideImg {
	width: 75%;
	margin-left: auto;
}

/* -- ADAPTIVE STYLES -- */
@media (max-width: 991.98px) {
	#guideSection #deliveryVan {
		width: 50%;
	}
	#guideSection #guideImg {
		width: 100%;
	}
	#guideSection h2 {
		font-size: 25px;
	}
}
@media (max-width: 767.98px) {
	#resultsSection h1 {
		font-size: 40px;
	}
	#resultsSection #resultsContainer .resultWrapper p {
		margin-bottom: 5px;
	}
	#resultsSection #resultsContainer .resultWrapper #minimumRelease {
		margin-bottom: 20px;
	}
}