* {
	font-family: sans-serif;
}
h1, h2, h3, h4, h5 {
	line-height: 1;
}
p {
	line-height: 1.6;
}
.container {
	max-width: 1000px;
	width: calc(100% - 60px);
	margin: auto;
}
section.dale-intro {
	min-height: 200px;
	padding: 200px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}