/**/
.team-card {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.team-card__social-button {
	align-items: flex-end;
	display: flex;
	height: 100%;
	justify-content: center;
}

.section-team__title {
	margin-bottom: 16px;
}
.team-card__image {
	width: 199.9px;
	margin-bottom: 16px;
}
.arrow-team {
	top: 85px;
	right: -65px;
}
.arrow-team.arrow-left {
	left: -65px;
}
.section-team__container-text {
	max-width: 446px;
	margin: 0 auto;
}

.section-team__title {
	margin-bottom: 45px;
}

.section-team__text {
	text-align: center;
	margin-bottom: 50px;
}
@media (min-width: 769px) {
	.team-card__image {
		width: 150px;
	}
	.container-team {
		margin-top: 2rem;
	}
	.team-card__author {
		font-size: 20px;
	}
	.team-card {
		margin-right: 11px;
		margin-left: 11px;
	}
	.team-card-769px {
		width: 199.9px;
	}
}
@media (min-width: 992px) {
	.team-card__image {
		width: 200px;
	}
}
@media (min-width: 1200px) {
	.team-card__image {
		width: 246px;
	}
	.team-card__author {
		font-size: 24px;
	}
	.team-card {
		margin-right: 10px;
		margin-left: 10px;
	}
}
@media (min-width: 1280px) {
	.team-card__image {
		width: 266px;
	}
}
