#news{
	min-height:90vh;
}

#news .mainTitle{
	text-align: center;
	margin: 60px 0px 20px 0px;
}

#news .wp-block-columns{
	width: 80%;
    margin: auto;
	z-index: 10;
	position: relative;
}

#news .background{
    --size: 45px;
    --line: #34323d17;
    background: linear-gradient(90deg, var(--line) 1px, transparent 1px var(--size)) 50% 50% / var(--size) var(--size), linear-gradient(var(--line) 1px, transparent 1px var(--size)) 50% 50% / var(--size) var(--size);
    overflow: hidden;
    mask: linear-gradient(0deg, transparent 150px, white);
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
	z-index: -1;
}

#news a{
	color: #000;
}
#news a:not(.page-numbers){
	font-size: 1.1em;
	font-weight: 600;
}

#news .wp-block-query{
	width: 60%;
	margin: auto;
}

#news .wp-block-query-pagination{
	z-index: 10;
	position: relative;
    justify-content: center;
	margin-bottom: 40px;
}

#news .wp-block-post-featured-image {
	height:300px;
	align-content: center;
}

#news .leftImage{
	position: absolute;
    top: 0px;
    width: 20%;	
}


#news .rightImage{
	position: absolute;
    right: 0px;
    top: 80vh;
    width: 20%;
}


@media only screen and (max-width: 1240px) {
	#news .wp-block-query{
		width: 100%;
	}

	#news .wp-block-post-featured-image {
		height:300px;
	}
	
	#news .leftImage{
		display:none;
	}


	#news .rightImage{
		display:none;
	}

}

@media only screen and (max-width: 600px) {
	#news .wp-block-post-featured-image {
		height:unset;
	}
}