h1 {
	margin-bottom: 50px;
}

@media(max-width: 700px) {
	h1 {
		margin-bottom: 20px;
	}
}