.section-1 {
	background-color: rgba(234, 232, 215, 1);
}

.section-1 > .hlp-section-content {
	min-height: 100vh;
	padding-top: 1px;
	padding-bottom: 1px;
}

.hlp-site .hlp-section-content {
	width: 1200px;
}

.heading-1 {
	width: 75%;
	margin-top: 15vh;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 42px;
	font-size: 2.63rem;
	font-family: opensanssemibold;
	color: rgb(117, 76, 36);
	text-transform: uppercase;
}

.image-1 {
	width: 352px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.text-1 {
	margin-top: 30px;
	text-align: center;
	font-size: 24px;
	font-size: 1.5rem;
	font-family: opensansregular;
	color: rgb(117, 76, 36);
	text-transform: uppercase;
	border: 1px solid rgba(66, 65, 11, 1);
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
}

.text-2 {
	margin-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
}

.button-1 {
	width: 180px;
	margin-top: 30px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	font-size: 1.13rem;
	font-family: opensansregular;
	color: rgb(117, 76, 36);
	text-transform: uppercase;
	background-color: rgba(254, 186, 80, 1);
}

.button-1:hover {
	color: rgb(255, 255, 255);
	background-color: rgba(117, 76, 36, 1);
}

@media screen and (max-width: 1024px), screen and (max-device-width: 1024px) {

	.heading-1 {
		font-size: 36px;
		font-size: 2.25rem;
	}

}

@media screen and (max-width: 799px), screen and (max-device-width: 799px) {

	.heading-1 {
		font-size: 32px;
		font-size: 2rem;
	}

	.text-1 {
		font-size: 20px;
		font-size: 1.25rem;
	}

}

@media screen and (max-width: 599px), screen and (max-device-width: 599px) {

	.heading-1 {
		width: 100%;
	}

	.text-1 {
		font-size: 18px;
		font-size: 1.13rem;
	}

}

@media screen and (max-width: 429px), screen and (max-device-width: 429px) {

	.heading-1 {
		width: 100%;
		font-size: 20px;
		font-size: 1.25rem;
	}

	.text-1 {
		font-size: 18px;
		font-size: 1.13rem;
	}

	.text-2 {
		font-size: 16px;
		font-size: 1rem;
	}

}

