.x3u-team-profile {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 42px;
	align-items: center;
	margin-bottom: 36px;
	padding: 34px;
	border: 1px solid #dde3ea;
	background: #fff;
}

.x3u-team-profile__logo {
	display: grid;
	place-items: center;
	min-height: 170px;
}

.x3u-team-profile__logo img {
	max-width: 190px;
	max-height: 160px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.x3u-team-profile__body h2 {
	margin: 0 0 18px;
	color: #344050;
	font-family: Teko, "Noto Sans JP", "Montserrat", sans-serif;
	font-size: 42px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.x3u-team-profile__body dl {
	display: grid;
	gap: 10px;
	margin: 0 0 24px;
}

.x3u-team-profile__body dl div {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 18px;
}

.x3u-team-profile__body dt {
	color: #8a929d;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.x3u-team-profile__body dd {
	margin: 0;
	color: #344050;
	font-size: 14px;
	font-weight: 700;
}

.x3u-team-profile__button {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	min-height: 46px;
	padding: 14px 20px;
	color: #050607;
	font-family: Teko, "Noto Sans JP", "Montserrat", sans-serif;
	font-size: 17px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	background: #d4fe04;
}

.x3u-team-profile__button:hover,
.x3u-team-profile__button:focus {
	color: #050607;
	filter: brightness(1.06);
}

.x3u-team-profile__text-link {
	color: #344050;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.x3u-team-profile__text-link:hover,
.x3u-team-profile__text-link:focus {
	color: #050607;
}

@media (max-width: 767px) {
	.x3u-team-profile {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 24px;
	}

	.x3u-team-profile__body dl div {
		grid-template-columns: 1fr;
		gap: 4px;
	}
}
