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

hr {
	margin-inline: auto;
}

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

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

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

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

main figure {
	display: flex;
	justify-content: center;
	align-items: center;
}

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 > div:last-child a {
	display: block;
	padding: 0.75rem 1.25rem;
	text-align: center;
}

main > div:last-child a:hover {
	color: #0056b3;
}
