.floorplan--section.gradient-bg-mod {
	background: linear-gradient(180deg, var(--theme-lt-green) 0%, var(--theme-cream) 76.92%);
}

.floorplan--container {
	padding: 60px 30px;
}

.floorplan--title {
	color: var(--theme-dk-green);
	text-align: center;
}

.lg-object.lg-image[src$=".svg"] {
	background: linear-gradient(180deg, var(--theme-lt-green) 0%, var(--theme-cream) 76.92%);
	padding: 15px;
	border-radius: 12px;
}

.floorplan--image {
	margin-bottom: 50px;
}

.floorplan--ctas-row {
	display: flex;
	flex-direction: column;
	column-gap: 40px;
	row-gap: 20px;
}

.floorplan--cta-wrap {
	text-align: center;
}

@media (min-width: 650px) {
	.floorplan--ctas-row {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
}