.s16ps-archive-hero {
	padding: 88px 0 72px;
	background: #142332;
	color: #fff;
}

.s16ps-archive-hero h1 {
	margin: 0 0 14px;
	font-size: clamp(2.25rem, 5vw, 4rem);
	color: #fff;
}

.s16ps-archive-hero p:last-child {
	max-width: 720px;
	margin-bottom: 0;
	font-size: 1.08rem;
}

.s16ps-archive-projects {
	padding: 64px 0 80px;
	background: #f4f6f7;
}

.s16ps-pagination {
	margin-top: 44px;
}

.s16ps-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.s16ps-pagination a,
.s16ps-pagination .current {
	display: block;
	min-width: 42px;
	padding: 9px 13px;
	border-radius: 6px;
	background: #fff;
	color: #142332;
	text-align: center;
	font-weight: 700;
}

.s16ps-pagination .current {
	background: #c71e2d;
	color: #fff;
}
