.wedding-row-wrapper{
	background-color: var(--light-gold);
}
.wedding-row-wrapper::after{
	display: block;
	position: relative;
	z-index: 0;
	content: " ";
	height: 135px;
	width: 100vw;
	left: -15px;
	right: -30px;
	bottom: 0px;
	top: -45px;
	background-color: var(--dark-blue);
}
.wedding-row-gold-expanded{
	background-color: var(--gold);
	min-height: 470px;
	margin-top: -45px;
	background-image: url('/application/files/8816/0332/7532/leaf.png');
	background-repeat: no-repeat;
	background-position: 40px -100px;
	background-size: 100%;
	position: relative;
	z-index: 9;
}

.wedding-row-gold-expanded > div{
	padding-left:65px;
	padding-right: 65px;
	padding-top: 90px;
	padding-bottom: 90px; 
}