#volunteering .job-cntr {
	padding-right: 1rem;
	padding-top: 2rem;
}

#volunteering .job-cntr > .job-bg {
	background: #FFF;
	padding: 2rem;
	box-shadow: 1px 1px 3px #eee;
}

#volunteering .job-cntr > .job-bg > .recruitment-status {
	float: right;
}	

#volunteering .job-cntr > .job-bg > .description {
	margin-bottom: 1.5rem;
}

#volunteering .job-cntr > .job-bg > .description p {
	font-size: 0.8rem;
	line-height: 1.4rem;
}


#volunteering .img-cntr {
	position: relative;
	border: 16px solid #FFF;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #CCC;
	transform: rotate(-3deg);
}

#volunteering .off-white .img-cntr {
	transform: rotate(3deg);
}

#volunteering .img-cntr > img {
	display: block;
	max-width: 100%;
}

#volunteering .quote-cntr {
	padding-left: 3rem;
}
#volunteering .dark .quote-cntr {
	padding-left: 0.75rem;
	padding-right: 3rem;
}


#volunteering .quote-cntr > .name {
	font-family: 'Nanum Pen Script', sans-serif;
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 2rem;
	margin-top: 1.5rem;
	margin-bottom: 0.4rem;
}

#volunteering .quote-cntr > .job-title {
	font-size: 1rem;
	font-weight: 600;
	color: #00C8C3;
}


@media only screen and (max-width: 600px) {
	#volunteering .img-cntr {
		border: 0;
		border-radius: 0;
		margin-bottom: 1.5rem;
		transform: unset !important;
	}
	
	#volunteering .quote-cntr {
		padding-left: 0;
	}
	#volunteering .dark .quote-cntr {
		padding-right: 0;
	}
}