
#job_information p:nth-child(even) {
    font-size: 32px;
    line-height: 40px;
	margin: 0 0 24px 0;
	padding: 0 0 0 0;
}

#key_qualifications li {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

#benefits_1 li, 
#benefits_3 li, 
#benefits_4 li, 
#benefits_2 li {
	margin-left: 24px;
}

#benefits_1 ul, 
#benefits_3 ul, 
#benefits_4 ul, 
#benefits_2 ul {
    margin: 0 16px;
    padding: 0;
}

#benefits_1 .fa-minus, 
#benefits_3 .fa-minus, 
#benefits_4 .fa-minus, 
#benefits_2 .fa-minus {
    padding-right: 5px;
}

#why_drive_description p {
	margin-bottom: 1em;
}

#why_drive_description p:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	
	#job_information p:nth-child(odd) {
		font-size: 14px;
		line-height: 24px;
        margin-bottom: 0;
	}
	
	#job_information p:nth-child(even) {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 16px;
        margin-top: 0;
	}
	
	#job_information p:last-child {
		margin-bottom: 24px;
	}
	
	#key_qualifications li {
        font-size: 16px;
        line-height: 24px;
	}
}
