.ab26-profile-hero.is-editorial {
	grid-template-columns: 152px minmax(0, 1fr);
}

.ab26-profile-intro,
.ab26-profile-history {
	margin-top: 22px;
}

.ab26-profile-intro > span {
	color: #175cd3;
	display: block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .09em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.ab26-profile-intro h2 {
	font-size: clamp(24px, 3vw, 34px);
	margin-bottom: 10px;
}

.ab26-profile-intro p {
	color: #475467;
	font-size: 17px;
	line-height: 1.65;
	margin: 0;
}

.ab26-profile-history > div {
	display: grid;
	gap: 0;
}

.ab26-profile-history article {
	align-items: center;
	border-top: 1px solid #eef1f4;
	display: grid;
	gap: 14px;
	grid-template-columns: 70px minmax(0, 1fr) auto;
	padding: 14px 0;
}

.ab26-profile-history article p {
	color: #475467;
	margin: 0;
}

.ab26-profile-history article span {
	background: #f2f4f7;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 10px;
}

@media (max-width: 720px) {
	.ab26-profile-hero.is-editorial {
		grid-template-columns: 92px minmax(0, 1fr);
	}

	.ab26-profile-history article {
		grid-template-columns: 56px minmax(0, 1fr);
	}

	.ab26-profile-history article span {
		grid-column: 2;
		justify-self: start;
	}
}
