.singleCareer {
	width:100%;
	clear:both;
	max-width:680px;
	margin:5px 0px 5px 0px;
	text-align:left;
}
.careerLeft {
	width:55%;
	float:left;
}
.careerRight {
	width:45%;
	float:right;
}
.singleCareer:nth-child(even) {
	background: #f6fbfd;
}

@media all and (max-width: 640px) {

.careerLeft {
	width:95%;
	float:left;
	clear: both;
}
.careerRight {
	width:85%;
	float:left;
	clear: left;
	margin-top: 10px;
}


}