body {
	font-family: 'Nunito', sans-serif;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
}

.home {
	color: #037A6B;
}

h1 {
	font-size: 32px;
	text-align: center;
	font-weight: 700;
	color: #09C7AF;
}

h2 {
	text-align: center;
	font-weight: 600;
	font-size: 15px;
	padding-bottom: 10px;
	color: #037A6B;
}

a{
	text-decoration: none;
	font-weight: 400;
}

.description {
	text-align: left;
	line-height: 1.5;
	font-size: 14px;
	padding-left: 250px;
	padding-right: 250px;
	padding-bottom: 5px;
}

.contact {
	text-align: left;
	padding-left: 20px;
	line-height: 2.3;
}

img {
	width: 50%;
}

@media (max-width: 770px) {

h1 {
	font-size: 26px;
}

h2 {
	font-size: 13px;
	font-weight: 600;
}

.description {
	font-size: 12px;
	padding-left: 150px;
	padding-right: 150px;
}
}

@media (max-width: 500px) {

.img {
	width: 75%;
}

.description {
	padding-left: 70px;
	padding-right: 70px;
}
}