.talents-section {
	background: #f0f0f0;
	text-align: center;
	padding-bottom: 50px;
}
.talents-section h1 {
	max-width: 520px;
}

.talents-section .talent { 
	display: block;
	font-family: Intro-light;
	position: relative;
	width: 560px;
	margin: 0 auto 100px;
	height: 370px;
}

.talents-section .talent img {
	width: 300px;
}
.talents-section .talent.top-right img {
	margin-top: 30px;
}

.talents-section .talent .content {
	display: inline-block;
	text-align: left;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	vertical-align: top;
	margin-left: 20px;
	width: 240px;
} 
.talents-section .talent.top-right .content {
	margin-top: 110px;
}


.talents-section .talent .name {
	font-family: Intro-Black, serif; text-transform: uppercase; 
}

.talents-section .talent .title {
	font-style: italic;
}

.talents-section .talent .text {
	margin-top: 20px;
}

.talents-section .talent .quote {
	font-size: 26px;
    line-height: 31px;
    text-align: right;
    font-family: Intro-Regular-Italic, arial;
}

.talents-section .talent .quote:before, .talents-section .talent .quote:after {
    content: '"';
}

.talents-section .talent.bottom-right .quote {
	position: absolute;
	right: 0;
	margin-top: 20px;
	width: 60%;
	text-align: right;
}
.talents-section .talent.top-right .quote {
	position: absolute;
	right: 0;
	top: 0;
	width: 65%;
	text-align: right;
}







