.people-col-list-big {

}

.people-col-list-big .people-col-info {
	padding-left: 30px !important;
}

.people-col-list-big .people-col-title {
	margin-top: 30px;
	margin-bottom: 35px;
	color: #000;
	font-weight: 600;
	font-size: 21px;
	line-height: 130%;
}

.people-col-list-big .people-address {
	font-weight: 500;
	font-size: 16px;
	color: #2A303A;
	margin-bottom: 8px;
	display: table;
	margin-right: 10px;
	margin-top: 10px;
}

.people-col-list-big .people-col-item {
	margin-bottom: 50px;
	width: 110%;
}

.people-col-list-big .people-img {
	height: 334px;
	margin-bottom: 25px;
	border-radius: 20px 20px 100px 20px;
	overflow: hidden;
	background-size: cover !important;
	background-position: center !important;
}

.people-col-list-big .people-name {
	color: #000;
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 27px;
	line-height: 140%;
}

.people-col-list-big .people-post {
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: rgb(0, 0, 0);
	margin-bottom: 8px;
}

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

.people-col-list-big .people-phone {
	font-weight: 500;
	font-size: 16px;
	color: #2A303A;
	margin-bottom: 8px;
	display: inline-block;
	margin-right: 10px;
}

.people-col-list-big .people-email {
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	color: #1e51ba !important;
	border-bottom: 1px solid rgb(61 97 224 / 32%);
	text-decoration: none !important;
}

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


@media (max-width: 1100px) {
	.people-col-list-big .people-img {
		border-radius: 20px;
	}
}

@media (max-width: 768px) {
	.people-col-list-big .people-col-item {
		margin-bottom: 50px;
		width: 110%;
	}
}