@media only screen and (max-width: 734px) {
	.section-nav ul {
		line-height: 1.15;
	}
}

@media only screen and (min-width: 735px) {
	.section-nav ul {
		max-width: 800px;
	}
}

.section-spotlight .card-li .card-copy {
	max-width: 390px;
}

@media only screen and (max-width: 1068px) {
	.section-spotlight .card-li .card-copy {
		max-width: 290px;
	}
}

@media only screen and (max-width: 734px) {
	.section-spotlight .card-li .card-copy {
		max-width: 360px;
	}
}

.section-spotlight .card-parekh .card-copy {
	max-width: 370px;
	margin-inline: auto;
}

@media only screen and (max-width: 1068px) {
	.section-spotlight .card-parekh .card-copy {
		max-width: 320px;
	}
}

@media only screen and (max-width: 734px) {
	.section-spotlight .card-parekh .card-copy {
		max-width: 410px;
	}
}
