.section--graduates .section__header {
	margin-bottom: 1.375rem;
}

@media (min-width: 992px)
{
	.section--graduates .section__header {
		border-bottom: 1px solid var(--bs-gray-300);
		margin-bottom: 2.5rem;
		padding: 0 0 2.625rem;
	}

	html.bvi-active[data-bvi-theme] .section--graduates .section__header {
		border-color: var(--bs-body-color);
	}
}