body {
	font-family: Oswald, Helvetica, sans-serif !important;
}

.wrapper {
    width: 1170px;
	margin:0 auto;
	padding-top:60px;
}

header{
	text-align:center;
}

header h2 {
	font-size:24px;
	line-height: 1.3em;
	margin-bottom:10px;
}

header h1 {
	font-size:50px;
	line-height: 1.3em;
	font-weight:700;
	margin-bottom:40px;
}

h3 {
	font-weight:700;
	font-size:42px;
	text-align:center;
}

h4 {
	font-family: Lato, Helvetica, sans-serif !important;
	font-size:22px;
	margin-top:10px;
}

ul li {
	margin-top:20px;
	font-size:21px;
	line-height:30px;
	padding-bottom: 6px;
    list-style-type: none;
    margin-bottom: 6px;
    padding-left: 2em;
	font-family: Lato, Helvetica, sans-serif !important;
}

ul li i {
	margin-left: -27px;
}

.container {
	width:100%;
	margin-top:60px;
}

.left {
	float:left;
	width:47%;
}
.right {
	float:left;
	width:47%;
}

.container img {
	width:100%;
	margin-bottom:30px;
}

.btn {
	width:250px;
	background:#43b77a;
	margin:0 auto;
	padding:30px 15px;
	font-size:30px;
	cursor:pointer;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align:center;
}

a {
	text-decoration:none;
	color:#FFF;
}

@media only screen and (max-width: 770px) and (min-width: 0px) {
	body {
		width:100%;
	}
	.wrapper {
		width:90%;
		margin:0 auto;
		margin-bottom:40px;
	}
	header {
		width:100%;
	}
	.left , .right{
		float:none;
		width:100%;
	}
	.wrapper{
		padding-top:20px;
	}
	header h2 {
		font-size:14px;
	}
	header h1 {
		font-size:18px;
		margin-bottom:20px;
	}
	.btn {
		width:180px;
		padding: 10px 10px;
		font-size: 20px;
	}
	.container {
		margin-top:20px;
	}
	.left img {
		width:70%;
		margin-bottom:10px;
	}
	.left {
		text-align:center;
	}
	.left h4{
		text-align:left;
		font-size:15px;
	}
	h3 {
		font-size:22px;
		margin-top:10px;
	}
	ul li {
		font-size:13px;
		line-height:16px;
		margin-top: 10px;
	}
	.hsSize3 {
		font-size:23px !important;
	}
	.lh1 {
		line-height:1.2em !important;
	}
}