.team-list {
	padding-bottom:80px;
}

.team-list .row {
	row-gap:40px;
	flex-wrap:wrap;
}

.team-list .specialist {
	width:33.333333%;
}

.specialist__img {
	overflow:hidden;
}

.specialist__img img {
	transition:all 0.3s;
}

.specialist__img:hover img {
	transform: scale(1.05);
}

@media (max-width:992px) {
	.team-list .specialist {
		padding: 0 15px;
	}

}

@media (max-width:768px) {
	.team-list .specialist {
		width:100%;
	}

}