.team_hero-title,
.team_hero-description {
	max-width: 800px;
}

.team_hero-content {
	padding: 75px 62px;
	background: url('../images/team/team_hero.jpg') center/cover no-repeat;
	position: relative;
	z-index: 2;
}

.team_hero-content::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 20px;
	z-index: -1;
}

.team_info-content .about_info__content--description {
	margin-bottom: 0;
}

.team_info-content .about_info-promo {
	margin-bottom: 60px;
}

.team_ways-ua {
	margin: 46px 0 80px;
}

.ambassadors_top {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 48px;
}

.ambassadors_top-title {
	max-width: 330px;
	color: #1f1f1f;
	font-family: 'Blogger Sans';
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.ambassadors_top-desc {
	color: #3a4a5c;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px; /* 137.5% */
	max-width: 763px;
}

.ambassadors {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.ambassador {
	border-radius: 20px;
	border: 1px solid rgba(2, 101, 203, 0.12);
	background: #eaf0f4;
}

.ambassador img {
	border-radius: 20px;
	object-fit: cover;
}

.ambassador_content {
	padding: 24px 32px 32px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 16px;
}

.ambassador_name {
	color: #1f1f1f;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-transform: uppercase;
}

.ambassador_place {
	display: block;
	color: #0265cb;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 133.333% */
}

.ambassador_desc {
	color: #3a4a5c;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 133.333% */
	min-height: 40px;
}

.ambassador_link {
	color: #0265cb;
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 142.857% */
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	transition: opacity 0.3s ease;
}

.ambassador_link:hover {
	opacity: 0.8;
}

.ambassador_link span {
	height: 16px;
}

.team_news {
	padding: 100px 0;
}

.team_news-title {
	color: #1f1f1f;
	font-family: 'Blogger Sans';
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	max-width: 700px;
}

.team_news-items {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin: 48px 0 60px;
}

.team_news-item {
	border-radius: 16px;
	padding: 16px;
	background: #d7e5f1;
	display: flex;
	align-items: center;
	gap: 32px;
}

.team_news-item img {
	height: 142px;
	width: 252px;
	object-fit: cover;
	flex-shrink: 0;
	border-radius: 12px;
}

.team_news-item--desc {
	color: #1f1f1f;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.team_news-item--extra {
	color: #3a4a5c;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 133.333% */
	margin-top: 8px;
}

.team_news-bottom {
	display: flex;
	gap: 24px;
	justify-content: space-between;
}

.team_news-bottom--promo_afterTitle {
	color: #fed237;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.team_news-bottom--desc {
	color: #3a4a5c;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 155%; /* 27.9px */
	max-width: 650px;
}

.team_news-bottom--promo {
	padding: 24px 36px;
	border-radius: 20px;
	background: #0265cb;
	max-width: 520px;
}
.team_news-bottom--promo_title {
	margin-bottom: 15px;
	color: #fed237;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}
.team_news-bottom--promo_desc {
	color: #fff;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 160% */
}

.team_operation {
	padding-bottom: 100px;
}

.team_operation-pretitle {
	color: #0265cb;
	text-align: center;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.team_operation-title {
	color: #1f1f1f;
	text-align: center;
	font-family: 'Blogger Sans';
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 48px;
}

.team_operation-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.team_operation-item {
	border-radius: 20px;
	border: 1px solid rgba(2, 101, 203, 0.12);
	background: #fff;
}

.team_operation-item img {
	border-radius: 20px;
	object-fit: cover;
	width: 100%;
	height: 400px;
	object-position: top;
}

.team_operation-item--content {
	padding: 24px 20px;
}

.team_operation-item--role {
	color: #0265cb;
	font-family: Montserrat;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.team_operation-item--name {
	color: #1f1f1f;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-transform: uppercase;
	margin-top: 4px;
}

.team_operation-item--desc {
	color: #3a4a5c;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 133.333% */
	margin-top: 16px;
}

@media (max-width: 1225px) {
	.ambassadors_top,
	.team_news-bottom {
		flex-direction: column;
	}

	.ambassadors_top-title,
	.ambassadors_top-desc {
		max-width: 100%;
	}

	.team_news-bottom--desc {
		max-width: 100%;
	}

	.team_news-bottom--promo {
		margin: 0 auto;
	}
}

@media (max-width: 1000px) {
	.team_operation-items {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.team_ways-ua {
		margin: 30px 0 50px;
	}

	.team_hero-content {
		padding: 40px 20px;
	}

	.ambassadors_top {
		flex-direction: column;
		gap: 24px;
		margin-bottom: 32px;
	}

	.ambassadors_top-title {
		font-size: 28px;
		max-width: 100%;
	}

	.ambassadors_top-desc {
		font-size: 14px;
		line-height: 20px;
	}

	.ambassadors {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.ambassador_content {
		padding: 20px;
	}

	.team_news {
		padding: 60px 0;
	}

	.team_news-title {
		font-size: 28px;
	}

	.team_news-items {
		gap: 16px;
		margin: 32px 0 40px;
	}

	.team_news-item {
		flex-direction: column;
		gap: 16px;
		padding: 12px;
	}

	.team_news-item img {
		width: 100%;
		height: auto;
		max-height: 400px;
	}

	.team_news-item--desc {
		font-size: 16px;
	}

	.team_news-bottom {
		flex-direction: column;
		gap: 24px;
	}

	.team_news-bottom--desc {
		font-size: 16px;
		max-width: 100%;
	}

	.team_news-bottom--promo {
		padding: 20px 24px;
		max-width: 100%;
	}

	.team_news-bottom--promo_title {
		font-size: 16px;
	}

	.team_news-bottom--promo_desc {
		font-size: 14px;
		line-height: 20px;
	}

	.team_operation {
		padding-bottom: 60px;
	}

	.team_operation-pretitle {
		font-size: 14px;
	}

	.team_operation-title {
		font-size: 28px;
		margin-bottom: 32px;
	}

	.team_operation-items {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.team_operation-item--content {
		padding: 20px 16px;
	}

	.team_operation-item--name {
		font-size: 18px;
	}

	.team_operation-item--desc {
		font-size: 14px;
		line-height: 18px;
	}

	.team_operation-item img {
		height: auto;
		max-height: 450px;
	}
}

.team_white {
	padding: 0 10px;
}

.team_news-container {
	padding: 0 62px;
}

@media (max-width: 1250px) {
	.team_news-container {
		padding: 0;
	}

	#team .vfu-section__team__inner {
		padding: 60px 0;
	}
}

@media (max-width: 450px) {
	.team_operation-item img {
		height: auto;
		max-height: 350px;
	}
}
