hr {
	margin-inline: auto;
}

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

main {
	background-image: var(--bg-image);
	background-repeat: no-repeat;
	background-position: center right;
}

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 h3 {
	font-size: 1.5rem;
	text-align: center;
	color: var(--secondary);
	text-transform: uppercase;
}

main > div:last-child p {
	text-align: center;
	font-size: 1.25rem;
	line-height: 1.5;
}

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

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

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

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