@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');
body {
	font-family: "Open Sans", sans-serif;
}
.main-wrap {
	max-width: 1130px;
	margin: auto;
}
h1 {
	color: #252d32;
	font-size: 26px;
	font-weight: 300;
}
p {
	color: #252d32;
	font-size: 12px;
	font-weight: 300;
}
.text-center {
	text-align: center;
}
img {
	display: inline-block;
	max-width: 100%;
}