.people-tab-wrapper img {
	border-radius: 10px;
	transform: scale(1.2);
	position: relative;
	top: 20px;
	left: 20px;
}

.people-tab-wrapper .data {
	width: 60% !important;
}

.people-tab-wrapper .img-wrapper {
	width: 30%;
}

/* Move from accordion-nav-v2 */
.person-wrapper {
	margin: 0 11px 29px 11px !important; 
	padding: 10px 10px 0 0 !important;
	max-width: 100% !important;
	background: #fff !important;
	box-shadow: 0 6px 7px -4px #999 !important;
	border: 1px solid #828282 !important;
	border-top: 12px solid #990000 !important;
	box-shadow: none !important;
	width: 100% !important;
}

.person-wrapper .data {
	font-size: 16px !important;
	line-height: 1rem !important;
	max-width: 195px !important;
	padding: 0 20px 20px 5px !important;
	float: left !important;
	max-width: 350px !important;
}

.person-wrapper img {
	width: 140px !important;
    border-radius: 15px !important;
}

@media only screen and (min-width: 768px) {
	.person-wrapper{
		width: 48% !important;
/* 		height: 280px !important; */
	}
}
/* End of move */

@media only screen and (min-width: 960px) {
	.people-tab-wrapper .person-wrapper {
		width: 48%;
		height: 320px;
		max-width: 100%;
	}
}