.biography{
	display: block;
}
.biography img{
	width: 116px;
	display: block;
	float: left;
	margin: 0 10px 5px 0;
}
.birthday, .work{
	display: block;
	font-size: 18px;
    line-height: 1.5;
    text-align: left;
	margin-bottom: 10px;
	font-weight: bold;
}
.birthday span{
	font-weight: normal;
}
.work a{
	font-weight: normal;
	text-decoration: underline;
	text-decoration-style: dotted;
}
.biography p{
	font-size: 16px;
    line-height: 1.5;
    text-align: left;
}
.position{
	display: block;
	font-size: 16px;
    line-height: 1.5;
    text-align: left;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.position span{
	font-weight: normal;
}
.people-right{
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
.people-right img{
	width: 100%;
}
.people-right div{
	min-width: 300px;
	max-width: 450px;
	flex-grow: 1;
}
.people-right div a{
	display: flex;
	flex-direction: column;
}
.people-right .go-all{
	margin: 15px 0 30px;
}
.people-right>div>a>span {
    font-size: 16px;
    margin: 12px 0;
    font-weight: 600;
    line-height: 22px;
    padding: 0 10px;
}