.people-col-list-2-col {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(2, 1fr);
}

.people-col-title {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 14px;
	color: #637394;
}

.people-col-list-2-col .people-col-item {
	display: grid;
	grid-template-columns: 180px 1fr;
	gap: 36px;
}

.people-col-list-2-col .people-img {
	width: 180px;
	height: 180px;
	margin-bottom: 25px;
	border-radius: 10px;
	overflow: hidden;
	background-size: cover !important;
	background-position: center !important;
	background-color: #fff !important;
}

.people-col-list-2-col .people-name {
	font-weight: 600;
	font-size: 20px;
	line-height: 140%;
	color: #000 !important;
	margin-bottom: 10px;
	display: table;
}
.people-col-list-2-col .people-name:hover {
	color: #016EAE !important;
}


.people-col-list-2-col .people-post {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 18px;
}

.people-col-list-2-col .people-ac-degree {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #2A303A;
	margin-bottom: 29px;
}

.people-col-list-2-col .people-phone {
	font-weight: 500;
	font-size: 16px;
	color: #2A303A;
	margin-bottom: 8px;
}

.people-col-list-2-col .people-email {
	display: table;
	font-weight: 500;
	font-size: 16px;
	color: #016EAE !important;
	text-decoration: none !important;
}

.people-col-list-2-col .people-email:hover {
	border-bottom: 0;
	padding-bottom: 1px;
}