
img {
	width: 100%;
	height: auto;
}

h1 {
	padding-top: 100px;
	line-height: 1.3em;
	padding-bottom: 80px;
}

p {
	margin-top: 15px;
	margin-bottom: 0;
}

.col {
	display: flex;
	align-items : stretch;
}

.box {
	padding: 40px;
	min-height: 300px;
	margin-bottom: 30px;
	border: 1px solid #cbd3da;
	display: flex;
	align-items : center;
}