.dynamic-and-downtown {
	position: relative;
	isolation: isolate;
	padding: 5em 0;
}

.dynamic-and-downtown::before,
.dynamic-and-downtown::after,
.dynamic-and-downtown .outer-figure::before,
.dynamic-and-downtown .outer-figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	pointer-events: none;
	height: 100%;
}
.dynamic-and-downtown .outer-figure {
	z-index: -1;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25) inset;
}
.dynamic-and-downtown::before,
.dynamic-and-downtown::after,
.dynamic-and-downtown .outer-figure::before {
	content: '';
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.dynamic-and-downtown::before {
	z-index: 3;
	background-image: url('../../img/layout/neighborhood/dynamic-and-downtown-flowers-mobile.png');
}
.dynamic-and-downtown::after {
	z-index: 1;
	width: 14.3em;
	height: 16.7em;
	background-image: url('../../img/layout/neighborhood/dynamic-and-downtown-flower.png');
	bottom: 0;
	right: 0;
	left: auto;
	top: auto;
}
.dynamic-and-downtown header {
	position: relative;
	z-index: 2;
	width: calc(100% - 6em);
	margin: 0 auto;
	background: rgba(30, 47, 82, 0.85);
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.07);
	padding: 5rem 0 7.7rem;
}
.dynamic-and-downtown header h2,
.dynamic-and-downtown header p {
	color: var(--white);
}
.dynamic-and-downtown header h2 {
	text-transform: uppercase;
	font-size: 3em;
	line-height: 1em;
	letter-spacing: 0.066em;
	margin: 0 0 1em;
}
.dynamic-and-downtown header p {
	font-size: 1.6em;
	line-height: 1.5em;
	letter-spacing: 0.125em;
	margin: 0 0 1.8em;
}
.dynamic-and-downtown header .bttn-outlined-navy {
	font-weight: 700;
	--bg-color: transparent;
}
@media only screen and (min-width: 769px) {
	.dynamic-and-downtown {
		padding: 9.8rem 0 10.2rem;
	}
	.dynamic-and-downtown::before {
		background-image: url('../../img/layout/neighborhood/dynamic-and-downtown-flowers-desktop.png');
	}
	.dynamic-and-downtown::after {
		width: 26.5rem;
		height: 31rem;
	}
	.dynamic-and-downtown header .col-36-36 {
		max-width: 86.4rem;
		margin: 0 auto;
	}
	.dynamic-and-downtown header {
		width: 100%;
		max-width: 157.4rem;
		padding: 5rem 0 7.7rem;
	}
	.dynamic-and-downtown header h2,
	.dynamic-and-downtown header p {
		margin: 0 0 3rem;
	}
	.dynamic-and-downtown header h2 {
		font-size: 4.5em;
		line-height: 1em;
		letter-spacing: 0.04em;
	}
	.dynamic-and-downtown header p {
		font-size: 2em;
		line-height: 1.35em;
		letter-spacing: 0.1em;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
}
@media only screen and (min-width: 0) and (max-width: 768px) {
}

