.container {
	background: url('img/bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 25px;
}

.text1 {
	font-family: "Helvetica", sans-serif;
	font-size: 44px;
	font-weight: bold;
	color: #FFF;
	margin-left: 25px;
	line-height: 55px;
}

.text1 span {
	background-color: #f79c5a;
}

hr {
	color: #FFF;
	opacity: 1;
}

.text2 {
	font-family: "Helvetica", sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}

.text2 span {
	background-color: #f79c5a;
}

.text3 {
	font-family: "Helvetica", sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #FFF;
	margin-top: 20px;
}

.text3 span {
	background-color: #f79c5a;
}

