.team-carousel {
	padding: 21px 0 0;
}

.team-carousel__image {
	margin-bottom: 31px;
}

@media (max-width: 768px) {
	.team-carousel__image {
		margin-bottom: 119px;
	}
}

@media (max-width: 600px) {
	.team-carousel__image {
		margin-bottom: 25px;
	}
}

.team-carousel__text {
	margin: 0 auto;
	max-width: 735px;
}

@media (max-width: 768px) {
	.team-carousel__text {
		padding: 0 20px;
	}
}

.team-card__image img {
	display: block;
	width: 100%;
}

.team-card__image.slick-slide {
	transform: scale(0.95);
	transition: transform 0.3s linear;
	transition-delay: 0.5s;
}

.team-card__image:not(.slick-current) {
	transform: scale(0.55);
	transition-delay: 0s;
}

@media (max-width: 768px) {
	.team-card__image.slick-current {
		transform: scale(1);
	}
}

.team-card__name {
	margin-bottom: 18px;
}

.team-card__charge,
.team-card__bio p {
	margin-bottom: 35px;
}

@media (max-width: 768px) {
	.team-card__charge,
	.team-card__bio p {
		margin-bottom: 25px;
	}
}

.team-card__bio a {
	color: inherit;
	text-decoration: none;
}

.team-carousel__image .slick-track {
	display: flex;
	align-items: center;
}