
.moved-h2 {
	width: 50vw;
	top: 75%;
	position: absolute;
	left: 5%;
}
h2.moved-h2 {
	font-size:2vw;
}

.grey-box {
	background: #f3f3f3;
	padding: 15px;
	float: left;
	width: 280px;
	height: 330px;
	margin-right: 5px;
	margin-bottom: 60px;
}

.process-box {
	margin-bottom: 30px;
}
.process-header {
	background: rgba(237,135,78,0.10);
	margin-bottom: 0px;
	padding: 5px 30px;
}
.process-header h3 {
	font-weight: normal;
	font-size: 1vw;
}
.process-main {
	border: 1px solid #cccccc;
	padding: 20px;
    min-height: 210px;
}
.process-main ul {
	margin-left: -25px;
}