.people-col-list {

}

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

.people-col-list .people-col-item {
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: 40px;
}

.people-img {
	width: 240px;
	height: 334px;
	border-radius: 10px;
	overflow: hidden;
	background-size: cover !important;
	background-position: center !important;
}

.people-name {
	font-weight: 600;
	font-size: 20px;
	line-height: 140%;
	color: #000;
	margin-bottom: 10px;
	display: table;
}

.people-post {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 22px;
	color: #2A303A;
}

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

.people-phone {
	font-weight: 500;
	font-size: 16px;
	color: #2A303A;
	margin-bottom: 8px;
}
.people-phone::before {
	content: '';
	background: url('img/phone.svg') no-repeat;
	width: 13px;
	height: 13px;
	display: inline-block;
	margin-right: 7px;
	vertical-align: middle;
}

.people-email {
	display: table;
	font-weight: 500;
	font-size: 16px;
	border-bottom: 0;
	text-decoration: none !important;
	color: #016EAE !important;
}
.people-email::before {
	content: '';
	background: url('img/mail.svg') no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 7px;
	vertical-align: middle;
}

.people-address {
	font-weight: 500;
	font-size: 16px;
	color: #2A303A;
	margin-top: 8px;
}
.people-address::before {
	content: '';
	background: url('img/location.svg') no-repeat;
	width: 11px;
	height: 13px;
	display: inline-block;
	margin-right: 7px;
	vertical-align: middle;
}

.people-info {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
}

.biography {
	font-weight: 600;
	font-size: 16px;
	color: #016EAE;
	padding: 16px 41px;
	border: 1px solid #016EAE;
	border-radius: 10px;
	display: table;
	text-decoration: none !important;
	width: fit-content;
	transition: 0.3s ease;
}

.biography:hover {
	background: #016EAE;
	color: #fff;
}