.single-vintage h1 .font-edo {
	font-size: 2em;
    transform: translateY(15%) rotate(-3deg);
    position: relative;
    z-index: -1;
}

.entry-content > .wp-block-group:first-child:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	background: #FAFAFA;
	transform: translateX(-50%);
	z-index: -10;
}

@media (max-width: 782px) {
	.entry-content .wp-block-columns {
		column-gap: var(--wp--preset--spacing--m);
	}
}