.person {
	height: auto;
	width: 100%;
	margin-bottom:20px;
		
}
.name{
	font-size: 15px;
    font-weight: bold;
    color: #6D6E71;
}
.person_desc {
	font-size: 12px;
    font-weight: normal;
    color: #6D6E71;
}
