/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 04 2023 | 14:41:58 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.now-leasing-fall-spring-container {
	width: 100%;
	height: auto;
	max-width: 1600px;
	margin: 0 auto;
	padding: 40px;
}

.now-leasing-fall-spring {
	display: flex;
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
	justify-content: center;
}

.now-leasing-fall-spring img.now-leasing-fall-spring-photo {
	display: block;
	width: 320px;
/* 	height: 210px; */
	aspect-ratio: 12 / 7;
	object-fit: cover;
	margin-right: 40px;
}

.now-leasing-fall-spring-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.now-leasing-fall-spring-text h3 {
	font-weight: 400;
    font-size: 1.7rem;
	font-family: 'Roboto Slab', serif;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	color: var(--maywood-indigo);
}


.now-leasing-fall-spring-text p {
	font-weight: 400;
    font-size: 1.0rem;
	font-family: 'Roboto', sans-serif;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: var(--royal-darkgray);
}

.now-leasing-fall-spring-text .royal-btn {
	margin-right: auto;
}

/* -------------------------------------------------------------------- */
@media (max-width: 808px) {
	
	.now-leasing-fall-spring-container {
    height: auto;
	}
	
	.now-leasing-fall-spring {
    display: block;
    text-align: center;
	}
	
	.now-leasing-fall-spring img.now-leasing-fall-spring-photo {
    display: block;
	margin: 0px auto 30px auto;
    width: 320px;
/*     height: 200px; */
	}
	
	.now-leasing-fall-spring-text h3 {
    font-size: 1.3rem;
	}
	
	.now-leasing-fall-spring-text p {
    font-size: 0.9rem;
	}
	
	.now-leasing-fall-spring-text .royal-btn {
    margin: 0 auto;
	}
	
}







