.wrap {
    padding-top: 60px;
}

h1 {
	font-size: 42px;
	color: #1C1C1E;
	font-weight: 500;
}

h2 {
	font-size: 36px;
	color: #1C1C1E;
	font-weight: 500;
}

h3 {
	font-size: 30px;
	color: #1C1C1E;
	font-weight: 500;
}

h4 {
	font-size: 24px;
	color: #1C1C1E;
	font-weight: 500;
}

h5 {
	font-size: 22px;
	color: #1C1C1E;
	font-weight: 500;
}

h6 {
	font-size: 20px;
	color: #1C1C1E;
	font-weight: 500;
}

body {
	font-size: 20px;
	color: #373737;
}


@media (min-width: 1200px) {
	h1 {
		font-size: 32px;
		color: #1C1C1E;
	}

	h2 {
		font-size: 28px;
		color: #1C1C1E;
	}

	h3 {
		font-size: 24px;
		color: #1C1C1E;
	}

	h4 {
		font-size: 20px;
		color: #1C1C1E;
	}

	h5 {
		font-size: 18px;
		color: #1C1C1E;
	}

	h6 {
		font-size: 16px;
		color: #1C1C1E;
	}

	body {
		font-size: 16px;
		color: #373737;
	}

}
