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;
	max-width: 1280px;
	margin-inline: auto;
}

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

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

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