.relationships {
	padding-top: 100px;
	padding-bottom: 100px;
}

.relationships__inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.relationships__eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
}

.relationships__eyebrow-icon-img {
	width: 32px;
	height: 32px;
	display: block;
}

.relationships__eyebrow-text {
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	color: #000000;
}

.relationships__header-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	margin-bottom: 16px;
}

.relationships__heading {
	margin: 0 0 20px 0;
	text-align: left;
	font-size: 48px;
	font-weight: 500;
	line-height: 52px;
	color: #000000;
}

.relationships__description {
	width: 65%;
	max-width: 65%;
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #404E5B;
}

.relationships__legend {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	gap: 20px;
}

.relationships__legend-item {
	display: flex;
	align-items: center;
	gap: 8px;
}

.relationships__legend-icon-img {
	width: 16px;
	height: 16px;
	display: block;
}

.relationships__legend-label {
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	color: #000000;
}

.relationships__diagram {
	width: 100%;
	max-width: 100%;
	margin-top: 76px;
}

.relationships__diagram-img {
	width: 100%;
	height: auto;
	display: block;
}

@media (max-width: 1024px) {
	.relationships {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.relationships__diagram {
		margin-top: 16px;
	}

	.relationships__header-row {
		flex-direction: column;
		gap: 24px;
	}

	.relationships__heading {
		font-size: 42px;
		line-height: 48px;
	}

	.relationships__description {
		width: 100%;
		max-width: 100%;
	}

	.relationships__legend {
		flex-wrap: wrap;
		row-gap: 16px;
		column-gap: 24px;
	}
}

@media (max-width: 767px) {
	.relationships {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.relationships__inner {
		gap: 20px;
	}

	.relationships__diagram {
		margin-top: 0;
	}

	.relationships__eyebrow {
		gap: 8px;
	}

	.relationships__heading {
		margin-bottom: 28px;
		font-size: 36px;
		line-height: 42px;
	}

	.relationships__description {
		font-size: 16px;
		line-height: 20px;
	}
}
