hr {
	margin-inline: auto;
}

.wp-block-cover p {
	text-shadow: 1px 1px 4px black;
	font-weight: 800;
}

main > div:last-child {
	padding: 4rem 2rem;
}

main > div:last-child > div {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

main h2 {
	font-size: 2rem;
	text-align: center;
	color: var(--bg2);
}

main > div:last-child p {
	border: solid 1px #dee2e6;
	border-top: none;

	max-width: 1280px;
	margin-inline: auto;
}

main > div:last-child p:first-child {
	border-top: solid 1px #dee2e6;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

main > div:last-child p:last-child {
	border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

main a {
	display: block;
	padding: 0.75rem 1.25rem;
	text-align: center;
}

main a:hover {
	color: #0056b3;
}

main div:last-child > div > div > div:has(a) {
	padding-bottom: 2rem;
	position: relative;
}

main div:last-child > div > div > div:has(a)::after {
	content: '';
	position: absolute;
	display: block;
	background-color: var(--secondary);
	width: 20%;
	height: 2px;
	bottom: 0;
	right: 0;
	left: 0;
	margin-inline: auto;
}

main div:last-child > div > div > div:has(a)::before {
	content: '';
	position: absolute;
	display: block;
	background-color: var(--secondary);
	width: 10%;
	height: 2px;
	bottom: 0.5rem;
	right: 0;
	left: 0;
	margin-inline: auto;
}
