

.job-opening-header {
	position: relative;
	padding: 50px 0;
	background: #8DACE0;
	min-height: 300px;
}

.job-opening-header h1 {
	color: #FFFFFF;
	font-size: 7rem;
	text-align: left;
	z-index: 999;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	z-index: 999;
}

.job-opening-header span {
	font-family: 'GothamRounded-Light', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5369E0;
	font-size: 2.5rem;
	text-shadow: 0 1px 1px rgba(255,255,255,0.3);
}

.img-fullstack {
	position: absolute;
	width: 600px;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.img-fs-dev {
	z-index: 2;
}

.job-description-section {
	padding: 50px 0;
}

.job-description-section h2,
.why-work-with-us h2 {
	color: #777777;
	font-size: 4rem;
}

.job-description-section p,
.job-description-section li {
	font-size: 2rem;
	line-height: 1.42;
	color: #666666;
}

.why-work-with-us {
	padding: 50px 0;
	text-align: center;
}

.why-work-with-us p {
	font-size: 1.5rem;
	margin-bottom: 40px;
}

.why-work-with-us h2 {
	margin-bottom: 40px;
}

@media (max-width: 991px) {
	.img-fullstack {
		width: 400px;
	}
}

@media (max-width: 767px) {
	.img-fullstack {
		display: none;
	}

	.job-opening-header {
		min-height: 0;
	}

	.job-opening-header h1 {
		font-size: 3rem;
	}

	.job-opening-header span {
		font-size: 1.5rem;
	}
}