main::before {
	content: none;
}

body.category-pressroom h1.entry-title {
	position: relative;
	width: 100%;
	max-width: 100vw;
	color: rgb(var(--color-white));
	text-align: center;
	margin: 0;
	padding: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-weight: 700;
	box-sizing: border-box;
}

.category-pressroom h1::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/global-banner.svg);
	background-size: cover;
	z-index: -1;
}

.block-press-header {
	margin: 1rem auto 2rem;
	width: var(--layout-full);
	max-width: calc(100% - 2rem);    
}

@media (min-width: 42em) {
	body.category-pressroom h1.entry-title {
		aspect-ratio: 9;
	}	

	.block-press-header {
		margin: 4rem auto 6rem;
	}
}

.block-press-header>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-content: center;
	justify-content: space-evenly;
	gap: 1rem;
	flex-wrap: wrap;
}

.block-press-header>ul>li {
	margin: 0;
	padding: 0;
}

.block-cards>h2 {
	margin-bottom: 1rem;
}
