.team .r-container {
	padding-top: 80px;
	padding-bottom: 80px;
}
.team__list {
	padding-top: 44px;
	padding-bottom: 18px;
}
.team__item {
	text-align: center;
	margin-bottom: 30px;
}
.team__item img {
	width: 192px;
	height: 192px;
	margin-bottom: 24px;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
}
.team__item-name {
	font-size: 20px;
	margin-bottom: 8px;
	color: #062035;
	line-height: 1.4;
	font-family: var(--font-family-second);
}
.team__item-post {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	color: #155dfc;
	margin-bottom: 16px;
}
.team__item-slogan {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	color: #4a5565;
}

@media (max-width: 1280px) {
	.team .r-container {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.team__list {
		padding-top: 38px;
		padding-bottom: 13px;
	}
}
@media (max-width: 1024px) {
	.team .r-container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.team__list {
		padding-top: 32px;
		padding-bottom: 10px;
	}
	.team__item img {
		width: 180px;
		height: 180px;
		margin-bottom: 18px;
	}
	.team__item-name {
		font-size: 18px;
		margin-bottom: 7px;
	}
	.team__item-post {
		font-size: 15px;
		margin-bottom: 14px;
	}
	.team__item-slogan {
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	.team__list {
		padding-top: 20px;
		padding-bottom: 5px;
	}
	.team__item img {
		margin-bottom: 12px;
	}
	.team__item-name {
		margin-bottom: 4px;
	}
	.team__item-post {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.team__item-slogan {
		font-size: 14px;
	}
}