.team_img {
	height: 300px;
	margin-bottom: 26px;
}

.team_img img {
	height: 100%;
	object-fit: cover;
}
.card-list-inner {
	margin-top: 30px;
}

@media (max-width:991px) {
	.team_img {
		height: 444px;
	}
}

@media (max-width:480px) {
	.team_img {
		height: 300px;
	}
}