

.mast_project {
	display: flex;
	width: 100vw;
	height: 70vh;
	margin: 0;
	padding: 0;
	color: #FFF;
	align-items: center;
	justify-content: center;
}

.mast_container {
	margin-bottom: 50px;
}

.mast_icon {
	display: block;
	margin: 0px auto;
	padding-bottom: 35px;
	width: 100px;
}

.mast_project h1 {
	text-align: center;
	font-size: 48px;
	font-family: 'ProximaNova-Bold';
	padding-bottom: -10px;
	margin-bottom: -10px;
}

.mast_project h2 {
	text-align: center;
	line-height: 32px;
	font-size: 18px;
	font-family: 'ProximaNova-Thin';
}


.mast_project p {
	text-align: center;
	width: 300px;
	margin: 0px auto;
	line-height: 24px;
	padding-top: 0;
	font-size: 16px;
	font-family: 'ProximaNova-Reg';
}


.parallel_mast {
	background: transparent url('/assets/images/parallel/mast-parallel-mobile.png');
}


.sleeptracker_mast {
	background: transparent url('/assets/images/sleeptracker/mast-sleeptracking-mobile.png');
	background-position: center;
}

@media only screen and (min-width: 401px) and (max-width: 960px) {
	.callout-content p {
		width: 500px;
		text-align: center;
	}
	
}



@media only screen and (min-width: 961px) {

.column-container {
	width: 1180px;
}

.mast_project {
	width: 100vw;
	height: 70vh;
	margin: 0;
	padding: 0;
}

.mast_icon {
	padding-bottom: 35px;
	width: 100px;
}

.mast_project h1 {
	font-size: 82px;
	line-height: 70px;
}

.mast_project h2 {
	line-height: 55px;
	font-size: 32x;
}


.mast_project p {
	width: 550px;
	margin: 0px auto;
	line-height: 24px;
	padding-top: 0;
	font-size: 18px;
}


.parallel_mast {
	background: transparent url('/assets/images/parallel/mast-parallel-desktop.png');
}


.sleeptracker_mast {
	background: transparent url('/assets/images/sleeptracker/mast-sleeptracking-desktop.png');
	background-position: center;
}


.callout-content p {
	width: 800px;
	text-align: center;
}

}